diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 13:26:55 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 13:26:55 +0000 |
commit | 6e6f6cb268866ca931e7e9ddb839e978c1bfdc1a (patch) | |
tree | 68e433ba64393e640414009634b2a28e7e634a95 /chrome/common/pref_names.h | |
parent | ebd0b02ef588eb4ceb22408c168c505963e97b3f (diff) | |
download | chromium_src-6e6f6cb268866ca931e7e9ddb839e978c1bfdc1a.zip chromium_src-6e6f6cb268866ca931e7e9ddb839e978c1bfdc1a.tar.gz chromium_src-6e6f6cb268866ca931e7e9ddb839e978c1bfdc1a.tar.bz2 |
Implement pref policy for disabling incognito mode.
2nd attempt with shutdown crash fix (only difference is in browser.cc).
BUG=66413
TEST=None
Review URL: http://codereview.chromium.org/6279012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index af91d40..11aaad1 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -62,6 +62,7 @@ extern const char kPasswordManagerAllowShowPasswords[]; extern const char kFormAutofillEnabled[]; // OBSOLETE extern const char kSafeBrowsingEnabled[]; extern const char kSafeBrowsingReportingEnabled[]; +extern const char kIncognitoEnabled[]; extern const char kSearchSuggestEnabled[]; extern const char kCookieBehavior[]; // OBSOLETE extern const char kDefaultSearchProviderEnabled[]; |