Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1462)

Unified Diff: Source/modules/background_sync/SyncManager.h

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/background_sync/SyncEventInit.idl ('k') | Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/SyncManager.h
diff --git a/Source/modules/background_sync/SyncManager.h b/Source/modules/background_sync/SyncManager.h
index 5333b2ee4789147bfaabce82a88e9ab060637c26..a8d9d000d82afcb21547b13007c16e17206f7565 100644
--- a/Source/modules/background_sync/SyncManager.h
+++ b/Source/modules/background_sync/SyncManager.h
@@ -30,6 +30,7 @@ public:
ScriptPromise registerFunction(ScriptState*, const SyncRegistrationOptions&);
ScriptPromise getRegistration(blink::ScriptState*, const String&);
ScriptPromise getRegistrations(ScriptState*);
+ ScriptPromise permissionState(ScriptState*);
DECLARE_TRACE();
« no previous file with comments | « Source/modules/background_sync/SyncEventInit.idl ('k') | Source/modules/background_sync/SyncManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698