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

Unified Diff: components/arc/user_data/arc_user_data_service.h

Issue 2133653002: arc: Notify ARC instance failures via callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to master. Created 4 years, 5 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
« no previous file with comments | « components/arc/test/fake_arc_bridge_instance.cc ('k') | components/arc/user_data/arc_user_data_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/user_data/arc_user_data_service.h
diff --git a/components/arc/user_data/arc_user_data_service.h b/components/arc/user_data/arc_user_data_service.h
index 29405f9b9f64f3cac61c817645f0359d49157d6e..2bd3a03fd19a4ebbc0cf42f2b93b0b9f561854a1 100644
--- a/components/arc/user_data/arc_user_data_service.h
+++ b/components/arc/user_data/arc_user_data_service.h
@@ -30,7 +30,7 @@ class ArcUserDataService : public ArcService,
// ArcBridgeService::Observer:
// Called whenever the arc bridge is stopped to potentially remove data if
// the user has not opted in.
- void OnBridgeStopped() override;
+ void OnBridgeStopped(ArcBridgeService::StopReason reason) override;
private:
base::ThreadChecker thread_checker_;
« no previous file with comments | « components/arc/test/fake_arc_bridge_instance.cc ('k') | components/arc/user_data/arc_user_data_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698