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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 1022333002: Initial CL for Data Saver (Flywheel) prompt when cellular network detected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add command line flags to histograms.xml Created 5 years, 8 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/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index e97794ab3d833c0450834958bee9122488e086ca..b368a7d49a970f16a84ccda65f8e5acbf3f6eb51 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -37,6 +37,9 @@ extern const char kChromeAppId[];
// The extension id of the Cloud Print component application.
extern const char kCloudPrintAppId[];
+// The extension id of the Data Saver extension.
+extern const char kDataSaverExtensionId[];
+
// The extension id of the Easy Unlock component application.
extern const char kEasyUnlockAppId[];
« no previous file with comments | « chrome/browser/chromeos/status/data_promo_notification.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698