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

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

Issue 10882024: Add webui handler for promotions on Android NTP. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removing images (added separately in https://chromiumcodereview.appspot.com/10905035/) Created 8 years, 3 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 extern const char kNtpPromoResourceCache[]; 520 extern const char kNtpPromoResourceCache[];
521 extern const char kNtpPromoResourceCacheUpdate[]; 521 extern const char kNtpPromoResourceCacheUpdate[];
522 extern const char kNtpPromoResourceServer[]; 522 extern const char kNtpPromoResourceServer[];
523 extern const char kNtpDateResourceServer[]; 523 extern const char kNtpDateResourceServer[];
524 extern const char kNtpShownBookmarksFolder[]; 524 extern const char kNtpShownBookmarksFolder[];
525 extern const char kNtpShownPage[]; 525 extern const char kNtpShownPage[];
526 extern const char kNtpCustomLogoStart[]; 526 extern const char kNtpCustomLogoStart[];
527 extern const char kNtpCustomLogoEnd[]; 527 extern const char kNtpCustomLogoEnd[];
528 extern const char kNtpPromoVersion[]; 528 extern const char kNtpPromoVersion[];
529 extern const char kNtpPromoLocale[]; 529 extern const char kNtpPromoLocale[];
530 extern const char kNtpPromoDesktopSessionFound[];
530 extern const char kNtpWebStoreEnabled[]; 531 extern const char kNtpWebStoreEnabled[];
531 extern const char kNtpAppPageNames[]; 532 extern const char kNtpAppPageNames[];
532 533
533 extern const char kDevToolsDisabled[]; 534 extern const char kDevToolsDisabled[];
534 extern const char kDevToolsOpenDocked[]; 535 extern const char kDevToolsOpenDocked[];
535 extern const char kDevToolsDockSide[]; 536 extern const char kDevToolsDockSide[];
536 extern const char kDevToolsHSplitLocation[]; 537 extern const char kDevToolsHSplitLocation[];
537 extern const char kDevToolsVSplitLocation[]; 538 extern const char kDevToolsVSplitLocation[];
538 extern const char kDevToolsEditedFiles[]; 539 extern const char kDevToolsEditedFiles[];
539 540
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 #endif 732 #endif
732 733
733 extern const char kInManagedMode[]; 734 extern const char kInManagedMode[];
734 735
735 extern const char kNetworkProfileWarningsLeft[]; 736 extern const char kNetworkProfileWarningsLeft[];
736 extern const char kNetworkProfileLastWarningTime[]; 737 extern const char kNetworkProfileLastWarningTime[];
737 738
738 } // namespace prefs 739 } // namespace prefs
739 740
740 #endif // CHROME_COMMON_PREF_NAMES_H_ 741 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698