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

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

Issue 217020: Add theme promo to NTP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/new_tab_theme.css ('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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 extern const wchar_t kUsesSystemTheme[]; 103 extern const wchar_t kUsesSystemTheme[];
104 #endif 104 #endif
105 extern const wchar_t kCurrentThemeID[]; 105 extern const wchar_t kCurrentThemeID[];
106 extern const wchar_t kCurrentThemeImages[]; 106 extern const wchar_t kCurrentThemeImages[];
107 extern const wchar_t kCurrentThemeColors[]; 107 extern const wchar_t kCurrentThemeColors[];
108 extern const wchar_t kCurrentThemeTints[]; 108 extern const wchar_t kCurrentThemeTints[];
109 extern const wchar_t kCurrentThemeDisplayProperties[]; 109 extern const wchar_t kCurrentThemeDisplayProperties[];
110 extern const wchar_t kCheckDefaultBrowser[]; 110 extern const wchar_t kCheckDefaultBrowser[];
111 extern const wchar_t kUseCustomChromeFrame[]; 111 extern const wchar_t kUseCustomChromeFrame[];
112 extern const wchar_t kShowOmniboxSearchHint[]; 112 extern const wchar_t kShowOmniboxSearchHint[];
113 extern const wchar_t kNTPThemePromoRemaining[];
113 114
114 // Local state 115 // Local state
115 extern const wchar_t kMetricsClientID[]; 116 extern const wchar_t kMetricsClientID[];
116 extern const wchar_t kMetricsSessionID[]; 117 extern const wchar_t kMetricsSessionID[];
117 extern const wchar_t kMetricsClientIDTimestamp[]; 118 extern const wchar_t kMetricsClientIDTimestamp[];
118 extern const wchar_t kMetricsReportingEnabled[]; 119 extern const wchar_t kMetricsReportingEnabled[];
119 extern const wchar_t kMetricsInitialLogs[]; 120 extern const wchar_t kMetricsInitialLogs[];
120 extern const wchar_t kMetricsOngoingLogs[]; 121 extern const wchar_t kMetricsOngoingLogs[];
121 122
122 extern const wchar_t kProfileMetrics[]; 123 extern const wchar_t kProfileMetrics[];
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 extern const wchar_t kNTPShownSections[]; 218 extern const wchar_t kNTPShownSections[];
218 219
219 extern const wchar_t kDevToolsOpenDocked[]; 220 extern const wchar_t kDevToolsOpenDocked[];
220 extern const wchar_t kDevToolsSplitLocation[]; 221 extern const wchar_t kDevToolsSplitLocation[];
221 222
222 extern const wchar_t kSyncLastSyncedTime[]; 223 extern const wchar_t kSyncLastSyncedTime[];
223 extern const wchar_t kSyncHasSetupCompleted[]; 224 extern const wchar_t kSyncHasSetupCompleted[];
224 } 225 }
225 226
226 #endif // CHROME_COMMON_PREF_NAMES_H_ 227 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_tab_theme.css ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698