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

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

Issue 2179803002: arc: Use location service consent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: discard unwanted change Created 4 years, 5 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 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;

Powered by Google App Engine
This is Rietveld 408576698