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

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

Issue 10690102: Relanding https://chromiumcodereview.appspot.com/10694037 after a revert. The original CL failed on… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added TODO Created 8 years, 5 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const char kWebkitTabsToLinks[]; 134 extern const char kWebkitTabsToLinks[];
135 extern const char kWebKitAllowDisplayingInsecureContent[]; 135 extern const char kWebKitAllowDisplayingInsecureContent[];
136 extern const char kWebKitAllowRunningInsecureContent[]; 136 extern const char kWebKitAllowRunningInsecureContent[];
137 extern const char kPasswordManagerEnabled[]; 137 extern const char kPasswordManagerEnabled[];
138 extern const char kPasswordManagerAllowShowPasswords[]; 138 extern const char kPasswordManagerAllowShowPasswords[];
139 extern const char kPasswordGenerationEnabled[]; 139 extern const char kPasswordGenerationEnabled[];
140 extern const char kAutologinEnabled[]; 140 extern const char kAutologinEnabled[];
141 extern const char kReverseAutologinEnabled[]; 141 extern const char kReverseAutologinEnabled[];
142 extern const char kSafeBrowsingEnabled[]; 142 extern const char kSafeBrowsingEnabled[];
143 extern const char kSafeBrowsingReportingEnabled[]; 143 extern const char kSafeBrowsingReportingEnabled[];
144 extern const char kSafeBrowsingProceedAnywayDisabled[];
144 extern const char kIncognitoModeAvailability[]; 145 extern const char kIncognitoModeAvailability[];
145 extern const char kSearchSuggestEnabled[]; 146 extern const char kSearchSuggestEnabled[];
146 extern const char kConfirmToQuitEnabled[]; 147 extern const char kConfirmToQuitEnabled[];
147 extern const char kCookieBehavior[]; // OBSOLETE 148 extern const char kCookieBehavior[]; // OBSOLETE
148 extern const char kSyncedDefaultSearchProviderGUID[]; 149 extern const char kSyncedDefaultSearchProviderGUID[];
149 extern const char kDefaultSearchProviderEnabled[]; 150 extern const char kDefaultSearchProviderEnabled[];
150 extern const char kDefaultSearchProviderSearchURL[]; 151 extern const char kDefaultSearchProviderSearchURL[];
151 extern const char kDefaultSearchProviderSuggestURL[]; 152 extern const char kDefaultSearchProviderSuggestURL[];
152 extern const char kDefaultSearchProviderInstantURL[]; 153 extern const char kDefaultSearchProviderInstantURL[];
153 extern const char kDefaultSearchProviderIconURL[]; 154 extern const char kDefaultSearchProviderIconURL[];
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 extern const char kNetworkProfileWarningsLeft[]; 740 extern const char kNetworkProfileWarningsLeft[];
740 extern const char kNetworkProfileLastWarningTime[]; 741 extern const char kNetworkProfileLastWarningTime[];
741 742
742 #if defined(OS_MACOSX) 743 #if defined(OS_MACOSX)
743 extern const char kMacLeopardObsoleteInfobarLastShown[]; 744 extern const char kMacLeopardObsoleteInfobarLastShown[];
744 #endif // defined(OS_MACOSX) 745 #endif // defined(OS_MACOSX)
745 746
746 } // namespace prefs 747 } // namespace prefs
747 748
748 #endif // CHROME_COMMON_PREF_NAMES_H_ 749 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698