diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 13:32:24 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 13:32:24 +0000 |
commit | c74fffad6171034c2a42fdebf2191f783eef0f43 (patch) | |
tree | 2c28b2fea961385ef8e2b851d6dc2d90edf75e22 /chrome/browser/sync/glue/synchronized_preferences.h | |
parent | 595765cf3c42fda899d308e6f875dd5627837989 (diff) | |
download | chromium_src-c74fffad6171034c2a42fdebf2191f783eef0f43.zip chromium_src-c74fffad6171034c2a42fdebf2191f783eef0f43.tar.gz chromium_src-c74fffad6171034c2a42fdebf2191f783eef0f43.tar.bz2 |
[cros] Show 3G promo notification on a first usage of the cellular network as a primary connection.
BUG=chromium-os:13286
TEST=Manual. Signed in with a new user and 3G connection active.
Review URL: http://codereview.chromium.org/6899061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue/synchronized_preferences.h')
-rw-r--r-- | chrome/browser/sync/glue/synchronized_preferences.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/synchronized_preferences.h b/chrome/browser/sync/glue/synchronized_preferences.h index beb8166..ffe9fb1 100644 --- a/chrome/browser/sync/glue/synchronized_preferences.h +++ b/chrome/browser/sync/glue/synchronized_preferences.h @@ -186,6 +186,10 @@ static const char* kSynchronizedPreferences[] = { // Settings -> Internet -> Mobile plan details prefs::kShowPlanNotifications, + // Whether to show 3G promo notification. By default this notification is + // shown only once to user on a first usage of Mobile Data. + prefs::kShow3gPromoNotification, + // Whether to require password to wake up from sleep // Settings -> Personal Stuff -> Account prefs::kEnableScreenLock, |