| 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..3cdec0eed287dcd1117259408af447b6312946fa 100644
|
| --- a/chrome/browser/chromeos/arc/arc_support_host.h
|
| +++ b/chrome/browser/chromeos/arc/arc_support_host.h
|
| @@ -40,6 +40,7 @@ class ArcSupportHost : public extensions::NativeMessageHost,
|
| void Initialize();
|
| void SendMetricsMode();
|
| void EnableMetrics();
|
| + void EnableBackupRestore();
|
|
|
| // Unowned pointer.
|
| Client* client_ = nullptr;
|
|
|