Skip to content

Commit

Permalink
Align SyncPermissionState with Push and Permissions APIs
Browse files Browse the repository at this point in the history
Resolves WICG#80
  • Loading branch information
clelland committed May 26, 2015
1 parent 26e17d8 commit cdc68cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ dictionary SyncRegistrationOptions {
};

enum SyncPermissionState {
"default",
"granted",
"denied",
"granted"
"prompt"
};

enum SyncNetworkState {
Expand Down

0 comments on commit cdc68cc

Please sign in to comment.