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 1b2d1a20f242a574c8ee7217f30ab427e4b653b0..a7164e3d47fb19ef34c1e495f509f14d41490884 100644 |
--- a/chrome/browser/chromeos/arc/arc_support_host.h |
+++ b/chrome/browser/chromeos/arc/arc_support_host.h |
@@ -39,7 +39,8 @@ class ArcSupportHost : public extensions::NativeMessageHost, |
void OnMetricsPreferenceChanged(); |
void Initialize(); |
void SendMetricsMode(); |
- void EnableMetrics(); |
+ void EnableMetrics(bool is_enabled); |
+ void EnableBackupRestore(bool is_enabled); |
// Unowned pointer. |
Client* client_ = nullptr; |