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

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

Issue 7520023: Converted IncognitoForced boolean policy into IncognitoModeAvailability enum policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unnecessary comment. Created 9 years, 4 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
« no previous file with comments | « chrome/chrome_tests.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 extern const char kWebKitTextAreasAreResizable[]; 59 extern const char kWebKitTextAreasAreResizable[];
60 extern const char kWebKitJavaEnabled[]; 60 extern const char kWebKitJavaEnabled[];
61 extern const char kWebkitTabsToLinks[]; 61 extern const char kWebkitTabsToLinks[];
62 extern const char kWebKitAllowDisplayingInsecureContent[]; 62 extern const char kWebKitAllowDisplayingInsecureContent[];
63 extern const char kWebKitAllowRunningInsecureContent[]; 63 extern const char kWebKitAllowRunningInsecureContent[];
64 extern const char kPasswordManagerEnabled[]; 64 extern const char kPasswordManagerEnabled[];
65 extern const char kPasswordManagerAllowShowPasswords[]; 65 extern const char kPasswordManagerAllowShowPasswords[];
66 extern const char kAutologinEnabled[]; 66 extern const char kAutologinEnabled[];
67 extern const char kSafeBrowsingEnabled[]; 67 extern const char kSafeBrowsingEnabled[];
68 extern const char kSafeBrowsingReportingEnabled[]; 68 extern const char kSafeBrowsingReportingEnabled[];
69 extern const char kIncognitoEnabled[]; 69 extern const char kIncognitoModeAvailability[];
70 extern const char kIncognitoForced[];
71 extern const char kSearchSuggestEnabled[]; 70 extern const char kSearchSuggestEnabled[];
72 extern const char kConfirmToQuitEnabled[]; 71 extern const char kConfirmToQuitEnabled[];
73 extern const char kCookieBehavior[]; // OBSOLETE 72 extern const char kCookieBehavior[]; // OBSOLETE
74 extern const char kDefaultSearchProviderEnabled[]; 73 extern const char kDefaultSearchProviderEnabled[];
75 extern const char kDefaultSearchProviderSearchURL[]; 74 extern const char kDefaultSearchProviderSearchURL[];
76 extern const char kDefaultSearchProviderSuggestURL[]; 75 extern const char kDefaultSearchProviderSuggestURL[];
77 extern const char kDefaultSearchProviderInstantURL[]; 76 extern const char kDefaultSearchProviderInstantURL[];
78 extern const char kDefaultSearchProviderIconURL[]; 77 extern const char kDefaultSearchProviderIconURL[];
79 extern const char kDefaultSearchProviderEncodings[]; 78 extern const char kDefaultSearchProviderEncodings[];
80 extern const char kDefaultSearchProviderName[]; 79 extern const char kDefaultSearchProviderName[];
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 extern const char kCustomHandlersEnabled[]; 523 extern const char kCustomHandlersEnabled[];
525 524
526 extern const char kUserCreatedLoginItem[]; 525 extern const char kUserCreatedLoginItem[];
527 extern const char kBackgroundModeEnabled[]; 526 extern const char kBackgroundModeEnabled[];
528 527
529 extern const char kDevicePolicyRefreshRate[]; 528 extern const char kDevicePolicyRefreshRate[];
530 extern const char kUserPolicyRefreshRate[]; 529 extern const char kUserPolicyRefreshRate[];
531 } // namespace prefs 530 } // namespace prefs
532 531
533 #endif // CHROME_COMMON_PREF_NAMES_H_ 532 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698