diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 22:39:52 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 22:39:52 +0000 |
commit | d0381510f773c5b4105f8f470a8847353f3bc682 (patch) | |
tree | 9deaa04ecd8b919359a9eec97f7f3abe4d76e702 /chrome/common | |
parent | 668d965bc7684af43781743e13496521ca11d0b9 (diff) | |
download | chromium_src-d0381510f773c5b4105f8f470a8847353f3bc682.zip chromium_src-d0381510f773c5b4105f8f470a8847353f3bc682.tar.gz chromium_src-d0381510f773c5b4105f8f470a8847353f3bc682.tar.bz2 |
Convert the CustomHandler ui_test to a browser_test. There were two cases for the same thing, I just reduced it to one.
BUG=121574
Review URL: https://chromiumcodereview.appspot.com/9979018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index fe4aee7..d92b14c 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -278,11 +278,6 @@ const char kDisableCRLSets[] = "disable-crl-sets"; // Disables the custom JumpList on Windows 7. const char kDisableCustomJumpList[] = "disable-custom-jumplist"; -// Disables checking whether custom protocol handlers are registered with the -// OS and removing those that are not. This is used during automated testing. -const char kDisableCustomProtocolOSCheck[] = - "disable-custom-protocol-os-check"; - // Disables installation of default apps on first run. This is used during // automated testing. const char kDisableDefaultApps[] = "disable-default-apps"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index a531f5d..6e81643 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -83,7 +83,6 @@ extern const char kDisableClientSidePhishingDetection[]; extern const char kDisableConnectBackupJobs[]; extern const char kDisableCRLSets[]; extern const char kDisableCustomJumpList[]; -extern const char kDisableCustomProtocolOSCheck[]; extern const char kDisableDefaultApps[]; extern const char kDisableDhcpWpad[]; extern const char kDisableExtensionsFileAccessCheck[]; |