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

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

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
Index: chrome/browser/android/foreign_session_helper.cc
diff --git a/chrome/browser/android/foreign_session_helper.cc b/chrome/browser/android/foreign_session_helper.cc
index a81f9326333fa52e7608727c9b93510ac02b8047..17006b71dad6c0b7854972b5c587a1d29a19f936 100644
--- a/chrome/browser/android/foreign_session_helper.cc
+++ b/chrome/browser/android/foreign_session_helper.cc
@@ -196,11 +196,12 @@ void ForeignSessionHelper::FireForeignSessionCallback() {
Java_ForeignSessionCallback_onUpdated(env, callback_);
}
-void ForeignSessionHelper::OnSyncConfigurationCompleted() {
+void ForeignSessionHelper::OnSyncConfigurationCompleted(
+ syncer::SyncService* sync) {
FireForeignSessionCallback();
}
-void ForeignSessionHelper::OnForeignSessionUpdated() {
+void ForeignSessionHelper::OnForeignSessionUpdated(syncer::SyncService* sync) {
FireForeignSessionCallback();
}
« no previous file with comments | « chrome/browser/android/foreign_session_helper.h ('k') | chrome/browser/chromeos/login/signin/auth_sync_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698