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

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

Issue 10050016: Removes pinning code from TopSites as we no longer need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove printfs Created 8 years, 8 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/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 extern const char kExtensionAlertsInitializedPref[]; 476 extern const char kExtensionAlertsInitializedPref[];
477 477
478 extern const char kExtensionInstallForceList[]; 478 extern const char kExtensionInstallForceList[];
479 479
480 extern const char kExtensionBlacklistUpdateVersion[]; 480 extern const char kExtensionBlacklistUpdateVersion[];
481 481
482 extern const char kNtpTipsResourceServer[]; 482 extern const char kNtpTipsResourceServer[];
483 483
484 extern const char kNtp4IntroDisplayCount[]; 484 extern const char kNtp4IntroDisplayCount[];
485 extern const char kNtpMostVisitedURLsBlacklist[]; 485 extern const char kNtpMostVisitedURLsBlacklist[];
486 extern const char kNtpMostVisitedPinnedURLs[];
487 extern const char kNtpPromoResourceCache[]; 486 extern const char kNtpPromoResourceCache[];
488 extern const char kNtpPromoResourceCacheUpdate[]; 487 extern const char kNtpPromoResourceCacheUpdate[];
489 extern const char kNtpPromoIsLoggedInToPlus[]; 488 extern const char kNtpPromoIsLoggedInToPlus[];
490 extern const char kNtpPromoFeatureMask[]; 489 extern const char kNtpPromoFeatureMask[];
491 extern const char kNtpPromoResourceServer[]; 490 extern const char kNtpPromoResourceServer[];
492 extern const char kNtpDateResourceServer[]; 491 extern const char kNtpDateResourceServer[];
493 extern const char kNtpShownBookmarksFolder[]; 492 extern const char kNtpShownBookmarksFolder[];
494 extern const char kNtpShownPage[]; 493 extern const char kNtpShownPage[];
495 extern const char kNtpCustomLogoStart[]; 494 extern const char kNtpCustomLogoStart[];
496 extern const char kNtpCustomLogoEnd[]; 495 extern const char kNtpCustomLogoEnd[];
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 extern const char kPointsBufferedForVelocity[]; 688 extern const char kPointsBufferedForVelocity[];
690 extern const char kRailBreakProportion[]; 689 extern const char kRailBreakProportion[];
691 extern const char kRailStartProportion[]; 690 extern const char kRailStartProportion[];
692 #endif 691 #endif
693 692
694 extern const char kInManagedMode[]; 693 extern const char kInManagedMode[];
695 694
696 } // namespace prefs 695 } // namespace prefs
697 696
698 #endif // CHROME_COMMON_PREF_NAMES_H_ 697 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698