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

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

Issue 418043: Remove --enable-user-script and associated tests. (Closed)
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
« no previous file with comments | « chrome/common/chrome_switches.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) 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 extern const wchar_t kShutdownNumProcessesSlow[]; 198 extern const wchar_t kShutdownNumProcessesSlow[];
199 199
200 extern const wchar_t kNumBookmarksOnBookmarkBar[]; 200 extern const wchar_t kNumBookmarksOnBookmarkBar[];
201 extern const wchar_t kNumFoldersOnBookmarkBar[]; 201 extern const wchar_t kNumFoldersOnBookmarkBar[];
202 extern const wchar_t kNumBookmarksInOtherBookmarkFolder[]; 202 extern const wchar_t kNumBookmarksInOtherBookmarkFolder[];
203 extern const wchar_t kNumFoldersInOtherBookmarkFolder[]; 203 extern const wchar_t kNumFoldersInOtherBookmarkFolder[];
204 204
205 extern const wchar_t kNumKeywords[]; 205 extern const wchar_t kNumKeywords[];
206 206
207 extern const wchar_t kDisableExtensions[]; 207 extern const wchar_t kDisableExtensions[];
208 extern const wchar_t kEnableUserScripts[];
209 extern const wchar_t kShowExtensionShelf[]; 208 extern const wchar_t kShowExtensionShelf[];
210 209
211 extern const wchar_t kLastExtensionsUpdateCheck[]; 210 extern const wchar_t kLastExtensionsUpdateCheck[];
212 extern const wchar_t kNextExtensionsUpdateCheck[]; 211 extern const wchar_t kNextExtensionsUpdateCheck[];
213 212
214 extern const wchar_t kExtensionBlacklistUpdateVersion[]; 213 extern const wchar_t kExtensionBlacklistUpdateVersion[];
215 214
216 extern const wchar_t kNTPMostVisitedURLsBlacklist[]; 215 extern const wchar_t kNTPMostVisitedURLsBlacklist[];
217 extern const wchar_t kNTPMostVisitedPinnedURLs[]; 216 extern const wchar_t kNTPMostVisitedPinnedURLs[];
218 extern const wchar_t kNTPTipsCache[]; 217 extern const wchar_t kNTPTipsCache[];
219 extern const wchar_t kNTPTipsCacheUpdate[]; 218 extern const wchar_t kNTPTipsCacheUpdate[];
220 extern const wchar_t kNTPTipsServer[]; 219 extern const wchar_t kNTPTipsServer[];
221 extern const wchar_t kNTPShownSections[]; 220 extern const wchar_t kNTPShownSections[];
222 extern const wchar_t kNTPPrefVersion[]; 221 extern const wchar_t kNTPPrefVersion[];
223 222
224 extern const wchar_t kDevToolsOpenDocked[]; 223 extern const wchar_t kDevToolsOpenDocked[];
225 extern const wchar_t kDevToolsSplitLocation[]; 224 extern const wchar_t kDevToolsSplitLocation[];
226 225
227 extern const wchar_t kSyncLastSyncedTime[]; 226 extern const wchar_t kSyncLastSyncedTime[];
228 extern const wchar_t kSyncHasSetupCompleted[]; 227 extern const wchar_t kSyncHasSetupCompleted[];
229 228
230 extern const wchar_t kWebAppCreateOnDesktop[]; 229 extern const wchar_t kWebAppCreateOnDesktop[];
231 extern const wchar_t kWebAppCreateInAppsMenu[]; 230 extern const wchar_t kWebAppCreateInAppsMenu[];
232 extern const wchar_t kWebAppCreateInQuickLaunchBar[]; 231 extern const wchar_t kWebAppCreateInQuickLaunchBar[];
233 232
234 } // namespace prefs 233 } // namespace prefs
235 234
236 #endif // CHROME_COMMON_PREF_NAMES_H_ 235 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698