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

Unified Diff: chrome/browser/android/foreign_session_helper.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 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 | « no previous file | chrome/browser/android/foreign_session_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/foreign_session_helper.h
diff --git a/chrome/browser/android/foreign_session_helper.h b/chrome/browser/android/foreign_session_helper.h
index b90e96f7694c2b09700e599413e954fd448ce63a..7819bc272348c65c2f0ba18c02202e5d3b50c4f7 100644
--- a/chrome/browser/android/foreign_session_helper.h
+++ b/chrome/browser/android/foreign_session_helper.h
@@ -48,9 +48,8 @@ class ForeignSessionHelper : public syncer::SyncServiceObserver {
const base::android::JavaParamRef<jstring>& session_tag);
// syncer::SyncServiceObserver implementation
- void OnStateChanged() override {}
- void OnSyncConfigurationCompleted() override;
- void OnForeignSessionUpdated() override;
+ void OnSyncConfigurationCompleted(syncer::SyncService* sync) override;
+ void OnForeignSessionUpdated(syncer::SyncService* sync) override;
static bool RegisterForeignSessionHelper(JNIEnv* env);
« no previous file with comments | « no previous file | chrome/browser/android/foreign_session_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698