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

Side by Side Diff: chrome/common/pref_names.cc

Issue 10556048: Remove NTP4 intro bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 // Time of the last, and next scheduled, extensions auto-update checks. 1398 // Time of the last, and next scheduled, extensions auto-update checks.
1399 const char kLastExtensionsUpdateCheck[] = "extensions.autoupdate.last_check"; 1399 const char kLastExtensionsUpdateCheck[] = "extensions.autoupdate.last_check";
1400 const char kNextExtensionsUpdateCheck[] = "extensions.autoupdate.next_check"; 1400 const char kNextExtensionsUpdateCheck[] = "extensions.autoupdate.next_check";
1401 // Version number of last blacklist check 1401 // Version number of last blacklist check
1402 const char kExtensionBlacklistUpdateVersion[] = 1402 const char kExtensionBlacklistUpdateVersion[] =
1403 "extensions.blacklistupdate.version"; 1403 "extensions.blacklistupdate.version";
1404 1404
1405 // Keeps track of which sessions are collapsed in the Other Devices menu. 1405 // Keeps track of which sessions are collapsed in the Other Devices menu.
1406 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions"; 1406 const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions";
1407 1407
1408 // Number of times the NTP4 informational bubble has been shown.
1409 const char kNtp4IntroDisplayCount[] = "ntp.intro_display_count";
1410
1411 // New Tab Page URLs that should not be shown as most visited thumbnails. 1408 // New Tab Page URLs that should not be shown as most visited thumbnails.
1412 const char kNtpMostVisitedURLsBlacklist[] = "ntp.most_visited_blacklist"; 1409 const char kNtpMostVisitedURLsBlacklist[] = "ntp.most_visited_blacklist";
1413 1410
1414 // Data downloaded from promo resource pages (JSON, RSS) to be used to 1411 // Data downloaded from promo resource pages (JSON, RSS) to be used to
1415 // dynamically deliver data for the new tab page. 1412 // dynamically deliver data for the new tab page.
1416 const char kNtpPromoResourceCache[] = "ntp.promo_resource_cache"; 1413 const char kNtpPromoResourceCache[] = "ntp.promo_resource_cache";
1417 1414
1418 #if defined(ENABLE_PROMO_RESOURCE_SERVICE) 1415 #if defined(ENABLE_PROMO_RESOURCE_SERVICE)
1419 // Last time of update of promo_resource_cache. 1416 // Last time of update of promo_resource_cache.
1420 const char kNtpPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update"; 1417 const char kNtpPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update";
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 const char kNetworkProfileLastWarningTime[] = 1950 const char kNetworkProfileLastWarningTime[] =
1954 "network_profile.last_warning_time"; 1951 "network_profile.last_warning_time";
1955 1952
1956 #if defined(OS_MACOSX) 1953 #if defined(OS_MACOSX)
1957 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5. 1954 // A timestamp of when the obsolete OS infobar was last shown to a user on 10.5.
1958 const char kMacLeopardObsoleteInfobarLastShown[] = 1955 const char kMacLeopardObsoleteInfobarLastShown[] =
1959 "mac_105_obsolete_infobar_last_shown"; 1956 "mac_105_obsolete_infobar_last_shown";
1960 #endif // defined(OS_MACOSX) 1957 #endif // defined(OS_MACOSX)
1961 1958
1962 } // namespace prefs 1959 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698