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

Unified Diff: chromeos/system/statistics_provider.h

Issue 165643002: Expose customization ID via chromeInfoPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: chromeos/system/statistics_provider.h
diff --git a/chromeos/system/statistics_provider.h b/chromeos/system/statistics_provider.h
index 7df0b994016af7b82a6ecf106ed453bb8d4da060..071923d6895928392d64fe019f96a9d09a085bb7 100644
--- a/chromeos/system/statistics_provider.h
+++ b/chromeos/system/statistics_provider.h
@@ -20,6 +20,9 @@ namespace system {
// Developer switch value.
CHROMEOS_EXPORT extern const char kDevSwitchBootMode[];
+// Customization ID key.
+CHROMEOS_EXPORT extern const char kCustomizationIdKey[];
+
// HWID key.
CHROMEOS_EXPORT extern const char kHardwareClassKey[];
« no previous file with comments | « chrome/test/data/extensions/api_test/chromeos_info_private/background.js ('k') | chromeos/system/statistics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698