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

Unified Diff: chrome/browser/chromeos/arc/arc_settings_bridge_impl.h

Issue 1534423002: Revert of arc-bridge: Move most methods to Mojo interfaces (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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_settings_bridge_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
diff --git a/chrome/browser/chromeos/arc/arc_settings_bridge_impl.h b/chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
index 917743804f874ede2aa87808bab7ddbbd6144c60..e245a1b78b7491ae90336dda1bf92f2edf1cbf55 100644
--- a/chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
+++ b/chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
@@ -56,7 +56,9 @@
// ArcBridgeService::Observer
void OnStateChanged(ArcBridgeService::State state) override;
- void OnSettingsInstanceReady() override;
+
+ // ArcBridgeService::Observer
+ void OnInstanceBootPhase(InstanceBootPhase phase) override;
private:
// Registers to observe changes for Chrome settings we care about.
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_settings_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698