summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 02:13:57 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 02:13:57 +0000
commit6bf766924e2e8dc08ccd248bc128bd6fe29297cd (patch)
treef01e9e936f326cdea8a587b02405d4ec2fda6817 /chrome/common/chrome_switches.h
parentad0b30a4f07ce261cb1cb24903e65bc1945ab270 (diff)
downloadchromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.zip
chromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.tar.gz
chromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.tar.bz2
Add switches for turning on an experimental SafeBrowsing implementation.
Review URL: http://codereview.chromium.org/5647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b137992..a3c89e3 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -128,6 +128,8 @@ extern const wchar_t kEnableP13n[];
extern const wchar_t kSdchFilter[];
+extern const wchar_t kUseNewSafeBrowsing[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__