| 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 175866efe53419434cb813fe5439d8d7bd52cfac..9e65e0137a09d9f73ddbf43cf30b5bf53523304d 100644
|
| --- a/chrome/browser/chromeos/arc/arc_support_host.h
|
| +++ b/chrome/browser/chromeos/arc/arc_support_host.h
|
| @@ -49,6 +49,7 @@ class ArcSupportHost : public extensions::NativeMessageHost,
|
| void SendMetricsMode();
|
| void EnableMetrics(bool is_enabled);
|
| void EnableBackupRestore(bool is_enabled);
|
| + void EnableLocationService(bool is_enabled);
|
|
|
| // Unowned pointer.
|
| Client* client_ = nullptr;
|
|
|