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

Unified Diff: content/browser/background_sync/background_sync_browsertest.cc

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_browsertest.cc
diff --git a/content/browser/background_sync/background_sync_browsertest.cc b/content/browser/background_sync/background_sync_browsertest.cc
index 342403d059182ef67ca95c4781acd82bb1b535d3..9fe51e5417c22a03bee6b546cc3d3e676b425190 100644
--- a/content/browser/background_sync/background_sync_browsertest.cc
+++ b/content/browser/background_sync/background_sync_browsertest.cc
@@ -63,7 +63,8 @@ void OneShotPendingDidGetSyncRegistration(
BackgroundSyncStatus error_type,
scoped_ptr<BackgroundSyncRegistrationHandle> registration_handle) {
ASSERT_EQ(BACKGROUND_SYNC_STATUS_OK, error_type);
- callback.Run(registration_handle->sync_state() == SYNC_STATE_PENDING);
+ callback.Run(registration_handle->sync_state() ==
+ BACKGROUND_SYNC_STATE_PENDING);
}
void OneShotPendingDidGetSWRegistration(
« no previous file with comments | « content/browser/background_sync/background_sync.proto ('k') | content/browser/background_sync/background_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698