From cdc68ccdb433d2e25d602a291928d38f52b9b72a Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Tue, 26 May 2015 08:34:17 -0400 Subject: [PATCH] Align SyncPermissionState with Push and Permissions APIs Resolves #80 --- idl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idl.md b/idl.md index 757854b..a894bbb 100644 --- a/idl.md +++ b/idl.md @@ -24,9 +24,9 @@ dictionary SyncRegistrationOptions { }; enum SyncPermissionState { - "default", + "granted", "denied", - "granted" + "prompt" }; enum SyncNetworkState {