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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 5c6a16e759de31556166ac3b5dbf846a999b6347..3355bbb3a0f587941bef5211d919df1bb221f9fd 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -103,13 +103,13 @@ class ArcSessionManager : public ArcService,
virtual ~Observer() = default;
// Called to notify that ARC bridge is shut down.
- virtual void OnShutdownBridge() {}
+ virtual void OnArcBridgeShutdown() {}
// Called to notify that ARC enabled state has been updated.
- virtual void OnOptInEnabled(bool enabled) {}
+ virtual void OnArcOptInChanged(bool enabled) {}
// Called to notify that ARC has been initialized successfully.
- virtual void OnInitialStart() {}
+ virtual void OnArcInitialStart() {}
// Called to notify that Android data has been removed. Used in
// browser_tests
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698