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

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

Issue 3152055: Implement about:labs (Closed)
Patch Set: chromeos fix Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 extern const char kShowHomeButton[]; 142 extern const char kShowHomeButton[];
143 extern const char kShowPageOptionsButtons[]; 143 extern const char kShowPageOptionsButtons[];
144 extern const char kRecentlySelectedEncoding[]; 144 extern const char kRecentlySelectedEncoding[];
145 extern const char kDeleteBrowsingHistory[]; 145 extern const char kDeleteBrowsingHistory[];
146 extern const char kDeleteDownloadHistory[]; 146 extern const char kDeleteDownloadHistory[];
147 extern const char kDeleteCache[]; 147 extern const char kDeleteCache[];
148 extern const char kDeleteCookies[]; 148 extern const char kDeleteCookies[];
149 extern const char kDeletePasswords[]; 149 extern const char kDeletePasswords[];
150 extern const char kDeleteFormData[]; 150 extern const char kDeleteFormData[];
151 extern const char kEnableSpellCheck[]; 151 extern const char kEnableSpellCheck[];
152 extern const char kEnabledLabsExperiments[];
152 extern const char kEnableAutoSpellCorrect[]; 153 extern const char kEnableAutoSpellCorrect[];
153 extern const char kDeleteTimePeriod[]; 154 extern const char kDeleteTimePeriod[];
154 extern const char kPrintingPageHeaderLeft[]; 155 extern const char kPrintingPageHeaderLeft[];
155 extern const char kPrintingPageHeaderCenter[]; 156 extern const char kPrintingPageHeaderCenter[];
156 extern const char kPrintingPageHeaderRight[]; 157 extern const char kPrintingPageHeaderRight[];
157 extern const char kPrintingPageFooterLeft[]; 158 extern const char kPrintingPageFooterLeft[];
158 extern const char kPrintingPageFooterCenter[]; 159 extern const char kPrintingPageFooterCenter[];
159 extern const char kPrintingPageFooterRight[]; 160 extern const char kPrintingPageFooterRight[];
160 #if defined(TOOLKIT_USES_GTK) 161 #if defined(TOOLKIT_USES_GTK)
161 extern const char kUsesSystemTheme[]; 162 extern const char kUsesSystemTheme[];
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 extern const char kProxyAutoDetect[]; 364 extern const char kProxyAutoDetect[];
364 extern const char kProxyServer[]; 365 extern const char kProxyServer[];
365 extern const char kProxyPacUrl[]; 366 extern const char kProxyPacUrl[];
366 extern const char kProxyBypassList[]; 367 extern const char kProxyBypassList[];
367 368
368 extern const char kRegisteredBackgroundContents[]; 369 extern const char kRegisteredBackgroundContents[];
369 370
370 } // namespace prefs 371 } // namespace prefs
371 372
372 #endif // CHROME_COMMON_PREF_NAMES_H_ 373 #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