diff options
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 430436b..466dcdb 100644 --- a/chrome_frame/bho.h +++ b/chrome_frame/bho.h @@ -27,7 +27,7 @@ class DeleteChromeHistory; class PatchHelper { public: - enum State { UNKNOWN, PATCH_IBROWSER, PATCH_PROTOCOL }; + enum State { UNKNOWN, PATCH_IBROWSER, PATCH_PROTOCOL, PATCH_MONIKER }; PatchHelper() : state_(UNKNOWN) { } |