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

Unified Diff: content/child/background_sync/background_sync_provider_thread_proxy.h

Issue 1353613002: [BackgroundSync] Clean up some style nits and unnecessary checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « content/child/background_sync/background_sync_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/background_sync/background_sync_provider_thread_proxy.h
diff --git a/content/child/background_sync/background_sync_provider_thread_proxy.h b/content/child/background_sync/background_sync_provider_thread_proxy.h
index 9971909077988f495007c46a92d8abe952e9bc90..7aed6d73df615417b4d6846827f6d0dfe9d2d7ab 100644
--- a/content/child/background_sync/background_sync_provider_thread_proxy.h
+++ b/content/child/background_sync/background_sync_provider_thread_proxy.h
@@ -38,27 +38,27 @@ class BackgroundSyncProviderThreadProxy : public blink::WebSyncProvider,
const blink::WebSyncRegistration* options,
blink::WebServiceWorkerRegistration* service_worker_registration,
bool requested_from_service_worker,
- blink::WebSyncRegistrationCallbacks* callbacks);
+ blink::WebSyncRegistrationCallbacks* callbacks) override;
void unregisterBackgroundSync(
blink::WebSyncRegistration::Periodicity periodicity,
int64_t id,
const blink::WebString& tag,
blink::WebServiceWorkerRegistration* service_worker_registration,
- blink::WebSyncUnregistrationCallbacks* callbacks);
+ blink::WebSyncUnregistrationCallbacks* callbacks) override;
void getRegistration(
blink::WebSyncRegistration::Periodicity,
const blink::WebString& tag,
blink::WebServiceWorkerRegistration* service_worker_registration,
- blink::WebSyncRegistrationCallbacks* callbacks);
+ blink::WebSyncRegistrationCallbacks* callbacks) override;
void getRegistrations(
blink::WebSyncRegistration::Periodicity periodicity,
blink::WebServiceWorkerRegistration* service_worker_registration,
- blink::WebSyncGetRegistrationsCallbacks* callbacks);
+ blink::WebSyncGetRegistrationsCallbacks* callbacks) override;
void getPermissionStatus(
blink::WebSyncRegistration::Periodicity periodicity,
blink::WebServiceWorkerRegistration* service_worker_registration,
- blink::WebSyncGetPermissionStatusCallbacks* callbacks);
- void releaseRegistration(int64_t handle_id);
+ blink::WebSyncGetPermissionStatusCallbacks* callbacks) override;
+ void releaseRegistration(int64_t handle_id) override;
// Given |handle_id|, ask the provider for a new handle with the same
// underlying registration.
« no previous file with comments | « content/child/background_sync/background_sync_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698