summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 18:23:09 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 18:23:09 +0000
commitd6ae95070a36fa548f07f919b99f6d18501c20e5 (patch)
tree0ac04df16e3d56b9c1c4a9c0b972e1b5f2a99451 /chrome/common/pref_names.h
parent2273b6e647b5a52a721d1a6d7157eaf25f192ebb (diff)
downloadchromium_src-d6ae95070a36fa548f07f919b99f6d18501c20e5.zip
chromium_src-d6ae95070a36fa548f07f919b99f6d18501c20e5.tar.gz
chromium_src-d6ae95070a36fa548f07f919b99f6d18501c20e5.tar.bz2
[cros] Add support for carrier deals.
- Expose carrierID (homeProvider). - Check for deal validity (locale, date). - Add deal notification text to 3G promo bubble. - Use top up URL from carrier deal as "View Account" link in network menu/promo. BUG=chromium-os:14575, chromium-os:14671 TEST=Manual. Used manifest with deal for local provider, checked that UI elements are customized. Review URL: http://codereview.chromium.org/6929011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 17d49ca..5d648b0 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -166,6 +166,7 @@ extern const char kLabsMediaplayerEnabled[];
extern const char kEnableScreenLock[];
extern const char kShowPlanNotifications[];
extern const char kShow3gPromoNotification[];
+extern const char kCarrierDealPromoShown[];
#endif
extern const char kIpcDisabledMessages[];
extern const char kShowHomeButton[];