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

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

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a new checkbox for backup and restore in opt-in flow. Created 4 years, 6 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 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;

Powered by Google App Engine
This is Rietveld 408576698