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

Unified Diff: content/browser/background_sync/background_sync_registration_handle.h

Issue 1348603003: [BackgroundSync] Move BackgroundSyncState from proto to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android fix 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
Index: content/browser/background_sync/background_sync_registration_handle.h
diff --git a/content/browser/background_sync/background_sync_registration_handle.h b/content/browser/background_sync/background_sync_registration_handle.h
index a9a7305ede79ba29d5e2f5340869eee9789f3003..564bd584dc6dc6946696d8ff256ff4bae79a471a 100644
--- a/content/browser/background_sync/background_sync_registration_handle.h
+++ b/content/browser/background_sync/background_sync_registration_handle.h
@@ -33,7 +33,7 @@ class CONTENT_EXPORT BackgroundSyncRegistrationHandle {
return registration_->options();
}
- SyncState sync_state() const {
+ BackgroundSyncState sync_state() const {
DCHECK(background_sync_manager_);
return registration_->sync_state();
}
« no previous file with comments | « content/browser/background_sync/background_sync_registration.h ('k') | content/common/background_sync_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698