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

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

Issue 10694037: Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed self-closing <img> tags 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
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 #pragma once 9 #pragma once
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 extern const char kWebkitTabsToLinks[]; 135 extern const char kWebkitTabsToLinks[];
136 extern const char kWebKitAllowDisplayingInsecureContent[]; 136 extern const char kWebKitAllowDisplayingInsecureContent[];
137 extern const char kWebKitAllowRunningInsecureContent[]; 137 extern const char kWebKitAllowRunningInsecureContent[];
138 extern const char kPasswordManagerEnabled[]; 138 extern const char kPasswordManagerEnabled[];
139 extern const char kPasswordManagerAllowShowPasswords[]; 139 extern const char kPasswordManagerAllowShowPasswords[];
140 extern const char kPasswordGenerationEnabled[]; 140 extern const char kPasswordGenerationEnabled[];
141 extern const char kAutologinEnabled[]; 141 extern const char kAutologinEnabled[];
142 extern const char kReverseAutologinEnabled[]; 142 extern const char kReverseAutologinEnabled[];
143 extern const char kSafeBrowsingEnabled[]; 143 extern const char kSafeBrowsingEnabled[];
144 extern const char kSafeBrowsingReportingEnabled[]; 144 extern const char kSafeBrowsingReportingEnabled[];
145 extern const char kSafeBrowsingProceedAnywayDisabled[];
145 extern const char kIncognitoModeAvailability[]; 146 extern const char kIncognitoModeAvailability[];
146 extern const char kSearchSuggestEnabled[]; 147 extern const char kSearchSuggestEnabled[];
147 extern const char kConfirmToQuitEnabled[]; 148 extern const char kConfirmToQuitEnabled[];
148 extern const char kCookieBehavior[]; // OBSOLETE 149 extern const char kCookieBehavior[]; // OBSOLETE
149 extern const char kSyncedDefaultSearchProviderGUID[]; 150 extern const char kSyncedDefaultSearchProviderGUID[];
150 extern const char kDefaultSearchProviderEnabled[]; 151 extern const char kDefaultSearchProviderEnabled[];
151 extern const char kDefaultSearchProviderSearchURL[]; 152 extern const char kDefaultSearchProviderSearchURL[];
152 extern const char kDefaultSearchProviderSuggestURL[]; 153 extern const char kDefaultSearchProviderSuggestURL[];
153 extern const char kDefaultSearchProviderInstantURL[]; 154 extern const char kDefaultSearchProviderInstantURL[];
154 extern const char kDefaultSearchProviderIconURL[]; 155 extern const char kDefaultSearchProviderIconURL[];
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 extern const char kNetworkProfileWarningsLeft[]; 743 extern const char kNetworkProfileWarningsLeft[];
743 extern const char kNetworkProfileLastWarningTime[]; 744 extern const char kNetworkProfileLastWarningTime[];
744 745
745 #if defined(OS_MACOSX) 746 #if defined(OS_MACOSX)
746 extern const char kMacLeopardObsoleteInfobarLastShown[]; 747 extern const char kMacLeopardObsoleteInfobarLastShown[];
747 #endif // defined(OS_MACOSX) 748 #endif // defined(OS_MACOSX)
748 749
749 } // namespace prefs 750 } // namespace prefs
750 751
751 #endif // CHROME_COMMON_PREF_NAMES_H_ 752 #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