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

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

Issue 2149853004: arc: Implement safe access to ArcAuthService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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
Index: chrome/browser/chromeos/arc/arc_support_host.h
diff --git a/chrome/browser/chromeos/arc/arc_support_host.h b/chrome/browser/chromeos/arc/arc_support_host.h
index 75d786ad4b092402baf3b5b807006bb7872fb735..175866efe53419434cb813fe5439d8d7bd52cfac 100644
--- a/chrome/browser/chromeos/arc/arc_support_host.h
+++ b/chrome/browser/chromeos/arc/arc_support_host.h
@@ -44,8 +44,8 @@ class ArcSupportHost : public extensions::NativeMessageHost,
private:
ArcSupportHost();
+ bool Initialize();
void OnMetricsPreferenceChanged();
- void Initialize();
void SendMetricsMode();
void EnableMetrics(bool is_enabled);
void EnableBackupRestore(bool is_enabled);

Powered by Google App Engine
This is Rietveld 408576698