| 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);
|
|
|