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

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

Issue 7461160: ntp4 info bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv review Created 9 years, 4 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/ntp_resource_cache.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 extern const char kExtensionInstallDenyList[]; 387 extern const char kExtensionInstallDenyList[];
388 388
389 extern const char kExtensionInstallForceList[]; 389 extern const char kExtensionInstallForceList[];
390 390
391 extern const char kExtensionBlacklistUpdateVersion[]; 391 extern const char kExtensionBlacklistUpdateVersion[];
392 392
393 extern const char kExtensionSidebarWidth[]; 393 extern const char kExtensionSidebarWidth[];
394 394
395 extern const char kNTPTipsResourceServer[]; 395 extern const char kNTPTipsResourceServer[];
396 396
397 extern const char kNTP4IntroDisplayCount[];
397 extern const char kNTPMostVisitedURLsBlacklist[]; 398 extern const char kNTPMostVisitedURLsBlacklist[];
398 extern const char kNTPMostVisitedPinnedURLs[]; 399 extern const char kNTPMostVisitedPinnedURLs[];
399 extern const char kNTPPromoResourceCache[]; 400 extern const char kNTPPromoResourceCache[];
400 extern const char kNTPPromoResourceCacheUpdate[]; 401 extern const char kNTPPromoResourceCacheUpdate[];
401 extern const char kNTPPromoResourceServer[]; 402 extern const char kNTPPromoResourceServer[];
402 extern const char kNTPDateResourceServer[]; 403 extern const char kNTPDateResourceServer[];
403 extern const char kNTPShownPage[]; 404 extern const char kNTPShownPage[];
404 extern const char kNTPShownSections[]; 405 extern const char kNTPShownSections[];
405 extern const char kNTPPrefVersion[]; 406 extern const char kNTPPrefVersion[];
406 extern const char kNTPCustomLogoStart[]; 407 extern const char kNTPCustomLogoStart[];
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 extern const char kCustomHandlersEnabled[]; 532 extern const char kCustomHandlersEnabled[];
532 533
533 extern const char kUserCreatedLoginItem[]; 534 extern const char kUserCreatedLoginItem[];
534 extern const char kBackgroundModeEnabled[]; 535 extern const char kBackgroundModeEnabled[];
535 536
536 extern const char kDevicePolicyRefreshRate[]; 537 extern const char kDevicePolicyRefreshRate[];
537 extern const char kUserPolicyRefreshRate[]; 538 extern const char kUserPolicyRefreshRate[];
538 } // namespace prefs 539 } // namespace prefs
539 540
540 #endif // CHROME_COMMON_PREF_NAMES_H_ 541 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698