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

Unified Diff: chrome/common/pref_names.h

Issue 2179803002: arc: Use location service consent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebae 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index e63e0d510de265704bd0b4027d2e720dc7657284..3b802a2b267f5382e351e231e25287468bc06118 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -22,6 +22,7 @@ extern const char kArcEnabled[];
extern const char kArcPackages[];
extern const char kArcSetNotificationsEnabledDeferred[];
extern const char kArcSignedIn[];
+extern const char kArcLocationServiceEnabled[];
xiyuan 2016/07/25 18:03:40 nit: keep the section alpha-sorted ?
khmel 2016/07/25 22:48:48 Done.
#endif
extern const char kChildAccountStatusKnown[];
extern const char kDefaultApps[];

Powered by Google App Engine
This is Rietveld 408576698