Index: third_party/WebKit/Source/modules/background_sync/SyncManager.h |
diff --git a/third_party/WebKit/Source/modules/background_sync/SyncManager.h b/third_party/WebKit/Source/modules/background_sync/SyncManager.h |
index 25295742a354f0abc49c205fc457c093452e635f..891231fc22e1b57254fb4f91fb2400c84b1b9846 100644 |
--- a/third_party/WebKit/Source/modules/background_sync/SyncManager.h |
+++ b/third_party/WebKit/Source/modules/background_sync/SyncManager.h |
@@ -25,8 +25,6 @@ public: |
return new SyncManager(registration); |
} |
- unsigned long minAllowablePeriod(); |
- |
ScriptPromise registerFunction(ScriptState*, ExecutionContext*, const String&); |
ScriptPromise getTags(ScriptState*); |