From c74fffad6171034c2a42fdebf2191f783eef0f43 Mon Sep 17 00:00:00 2001 From: "nkostylev@chromium.org" Date: Wed, 27 Apr 2011 13:32:24 +0000 Subject: [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 --- chrome/browser/chromeos/preferences.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/chromeos/preferences.cc') diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc index 6ae904f..c0b5588 100644 --- a/chrome/browser/chromeos/preferences.cc +++ b/chrome/browser/chromeos/preferences.cc @@ -127,6 +127,9 @@ void Preferences::RegisterUserPrefs(PrefService* prefs) { // Mobile plan notifications default to on. prefs->RegisterBooleanPref(prefs::kShowPlanNotifications, true); + + // 3G first-time usage promo will be shown at least once. + prefs->RegisterBooleanPref(prefs::kShow3gPromoNotification, true); } void Preferences::Init(PrefService* prefs) { -- cgit v1.1