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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h

Issue 2577103002: arc: Rename methods in ArcSessionManager::Observer. (Closed)
Patch Set: OnArcShutdownBridge -> OnArcBridgeShutdown Created 4 years 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/ui/app_list/arc/arc_app_list_prefs.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
index 7c7e613e79c73e11e0c46c3a803c288ddafe090f..49c4cedac22568fd0fbdc58c4a4300f23b24211b 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
@@ -228,7 +228,7 @@ class ArcAppListPrefs
bool HasObserver(Observer* observer);
// arc::ArcSessionManager::Observer:
- void OnOptInEnabled(bool enabled) override;
+ void OnArcOptInChanged(bool enabled) override;
// ArcDefaultAppList::Delegate:
void OnDefaultAppsReady() override;

Powered by Google App Engine
This is Rietveld 408576698