diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 04:18:50 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 04:18:50 +0000 |
commit | 377011dcdc66ff873954283e42c854949c755e15 (patch) | |
tree | 01f9cb638073908cd1e6bbac48d619bb92dd4f8f /chrome/common/pref_names.cc | |
parent | 8869eb8930fefcf3f413f83566cc6c1c88b040c7 (diff) | |
download | chromium_src-377011dcdc66ff873954283e42c854949c755e15.zip chromium_src-377011dcdc66ff873954283e42c854949c755e15.tar.gz chromium_src-377011dcdc66ff873954283e42c854949c755e15.tar.bz2 |
NTP: Use the store as the last thumbnail in case we have no apps installed.
1. If no apps are installed we add an item for the store to the most visited section.
2. No longer hide the most visited by default.
3. This removes the default apps on non ChromeOS
BUG=46028, 47700
TEST=With a clean profile without any apps installed you should see the store thumbnail unless you blacklist it or pin 8 ohter pages.
Review URL: http://codereview.chromium.org/3001003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index c605887b..ad60dec 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -849,9 +849,6 @@ const wchar_t kNTPTipsServer[] = L"ntp.tips_server"; // 16 - show sync status const wchar_t kNTPShownSections[] = L"ntp.shown_sections"; -// Whether the user has first run the app launcher. -const wchar_t kNTPAppLauncherFirstRun[] = L"ntp.app_launcher_first_run"; - // This pref is used for migrating the prefs for the NTP const wchar_t kNTPPrefVersion[] = L"ntp.pref_version"; |