diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 18:49:47 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 18:49:47 +0000 |
commit | ecdf634e197d6041d705aa5ea4430938f44f5f91 (patch) | |
tree | d02993aa50e538e6b0c10bddc111d8fb557eded9 /chrome_frame/bho.h | |
parent | ff24900ff80ace9c7dea9d08b0a74169a1904f56 (diff) | |
download | chromium_src-ecdf634e197d6041d705aa5ea4430938f44f5f91.zip chromium_src-ecdf634e197d6041d705aa5ea4430938f44f5f91.tar.gz chromium_src-ecdf634e197d6041d705aa5ea4430938f44f5f91.tar.bz2 |
Implement OptInUrls using the same mechanism we use in the onhttpequiv notification.
A noteworthy change here is that OptInUrls doesn't rely on cf: anymore.
TEST=The OptInUrls registry key should start working properly again.
BUG=32660
Review URL: http://codereview.chromium.org/549129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bho.h')
-rw-r--r-- | chrome_frame/bho.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h index fdae5bf..e25ebdf 100644 --- a/chrome_frame/bho.h +++ b/chrome_frame/bho.h @@ -22,7 +22,7 @@ class PatchHelper { public: - enum State { UNKNOWN, PATCH_IBROWSER, PATCH_IBROWSER_OK, PATCH_PROTOCOL }; + enum State { UNKNOWN, PATCH_IBROWSER, PATCH_PROTOCOL }; PatchHelper() : state_(UNKNOWN) { } |