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

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

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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/extensions/manifest_unittest.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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 462
463 extern const char kExtensionInstallAllowList[]; 463 extern const char kExtensionInstallAllowList[];
464 extern const char kExtensionInstallDenyList[]; 464 extern const char kExtensionInstallDenyList[];
465 465
466 extern const char kExtensionAlertsInitializedPref[]; 466 extern const char kExtensionAlertsInitializedPref[];
467 467
468 extern const char kExtensionInstallForceList[]; 468 extern const char kExtensionInstallForceList[];
469 469
470 extern const char kExtensionBlacklistUpdateVersion[]; 470 extern const char kExtensionBlacklistUpdateVersion[];
471 471
472 extern const char kExtensionSidebarWidth[];
473
474 extern const char kNTPTipsResourceServer[]; 472 extern const char kNTPTipsResourceServer[];
475 473
476 extern const char kNTP4IntroDisplayCount[]; 474 extern const char kNTP4IntroDisplayCount[];
477 extern const char kNTPMostVisitedURLsBlacklist[]; 475 extern const char kNTPMostVisitedURLsBlacklist[];
478 extern const char kNTPMostVisitedPinnedURLs[]; 476 extern const char kNTPMostVisitedPinnedURLs[];
479 extern const char kNTPPromoResourceCache[]; 477 extern const char kNTPPromoResourceCache[];
480 extern const char kNTPPromoResourceCacheUpdate[]; 478 extern const char kNTPPromoResourceCacheUpdate[];
481 extern const char kNTPPromoIsLoggedInToPlus[]; 479 extern const char kNTPPromoIsLoggedInToPlus[];
482 extern const char kNTPPromoFeatureMask[]; 480 extern const char kNTPPromoFeatureMask[];
483 extern const char kNTPPromoResourceServer[]; 481 extern const char kNTPPromoResourceServer[];
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 642
645 extern const char kDevicePolicyRefreshRate[]; 643 extern const char kDevicePolicyRefreshRate[];
646 extern const char kUserPolicyRefreshRate[]; 644 extern const char kUserPolicyRefreshRate[];
647 645
648 extern const char kRecoveryComponentVersion[]; 646 extern const char kRecoveryComponentVersion[];
649 extern const char kComponentUpdaterState[]; 647 extern const char kComponentUpdaterState[];
650 648
651 } // namespace prefs 649 } // namespace prefs
652 650
653 #endif // CHROME_COMMON_PREF_NAMES_H_ 651 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/manifest_unittest.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698