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

Unified Diff: chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc

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/chromeos/arc/intent_helper/arc_settings_service.cc
diff --git a/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc b/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
index ff9c1c985bcecace3805b29c0ce2dc1712fc49f7..e640b254e87ad99a3a21828228e865ff959500e9 100644
--- a/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
+++ b/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
@@ -102,7 +102,7 @@ class ArcSettingsServiceImpl
bool powered) override;
// ArcSessionManager::Observer:
- void OnInitialStart() override;
+ void OnArcInitialStart() override;
// NetworkStateHandlerObserver:
void DefaultNetworkChanged(const chromeos::NetworkState* network) override;
@@ -224,7 +224,7 @@ void ArcSettingsServiceImpl::OnBluetoothAdapterInitialized(
AdapterPoweredChanged(adapter.get(), adapter->IsPowered());
}
-void ArcSettingsServiceImpl::OnInitialStart() {
+void ArcSettingsServiceImpl::OnArcInitialStart() {
SyncInitialSettings();
}
« no previous file with comments | « chrome/browser/chromeos/arc/arc_session_manager_browsertest.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_list_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698