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

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

Issue 394005: Add message and image to NTP to promote extensions and bookmark sync.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 #endif 106 #endif
107 extern const wchar_t kCurrentThemeID[]; 107 extern const wchar_t kCurrentThemeID[];
108 extern const wchar_t kCurrentThemeImages[]; 108 extern const wchar_t kCurrentThemeImages[];
109 extern const wchar_t kCurrentThemeColors[]; 109 extern const wchar_t kCurrentThemeColors[];
110 extern const wchar_t kCurrentThemeTints[]; 110 extern const wchar_t kCurrentThemeTints[];
111 extern const wchar_t kCurrentThemeDisplayProperties[]; 111 extern const wchar_t kCurrentThemeDisplayProperties[];
112 extern const wchar_t kExtensionsUIDeveloperMode[]; 112 extern const wchar_t kExtensionsUIDeveloperMode[];
113 extern const wchar_t kCheckDefaultBrowser[]; 113 extern const wchar_t kCheckDefaultBrowser[];
114 extern const wchar_t kUseCustomChromeFrame[]; 114 extern const wchar_t kUseCustomChromeFrame[];
115 extern const wchar_t kShowOmniboxSearchHint[]; 115 extern const wchar_t kShowOmniboxSearchHint[];
116 extern const wchar_t kNTPThemePromoRemaining[]; 116 extern const wchar_t kNTPPromoRemaining[];
117 extern const wchar_t kDesktopNotificationAllowedOrigins[]; 117 extern const wchar_t kDesktopNotificationAllowedOrigins[];
118 extern const wchar_t kDesktopNotificationDeniedOrigins[]; 118 extern const wchar_t kDesktopNotificationDeniedOrigins[];
119 119
120 // Local state 120 // Local state
121 extern const wchar_t kMetricsClientID[]; 121 extern const wchar_t kMetricsClientID[];
122 extern const wchar_t kMetricsSessionID[]; 122 extern const wchar_t kMetricsSessionID[];
123 extern const wchar_t kMetricsClientIDTimestamp[]; 123 extern const wchar_t kMetricsClientIDTimestamp[];
124 extern const wchar_t kMetricsReportingEnabled[]; 124 extern const wchar_t kMetricsReportingEnabled[];
125 extern const wchar_t kMetricsInitialLogs[]; 125 extern const wchar_t kMetricsInitialLogs[];
126 extern const wchar_t kMetricsOngoingLogs[]; 126 extern const wchar_t kMetricsOngoingLogs[];
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 extern const wchar_t kNTPPrefVersion[]; 221 extern const wchar_t kNTPPrefVersion[];
222 222
223 extern const wchar_t kDevToolsOpenDocked[]; 223 extern const wchar_t kDevToolsOpenDocked[];
224 extern const wchar_t kDevToolsSplitLocation[]; 224 extern const wchar_t kDevToolsSplitLocation[];
225 225
226 extern const wchar_t kSyncLastSyncedTime[]; 226 extern const wchar_t kSyncLastSyncedTime[];
227 extern const wchar_t kSyncHasSetupCompleted[]; 227 extern const wchar_t kSyncHasSetupCompleted[];
228 } 228 }
229 229
230 #endif // CHROME_COMMON_PREF_NAMES_H_ 230 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698