Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: chrome_frame/bho.h

Issue 1589013: Switch renderer in Moniker patch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/bho.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/bho.h
===================================================================
--- chrome_frame/bho.h (revision 43957)
+++ chrome_frame/bho.h (working copy)
@@ -27,7 +27,7 @@
class PatchHelper {
public:
- enum State { UNKNOWN, PATCH_IBROWSER, PATCH_PROTOCOL };
+ enum State { UNKNOWN, PATCH_IBROWSER, PATCH_PROTOCOL, PATCH_MONIKER };
PatchHelper() : state_(UNKNOWN) {
}
« no previous file with comments | « no previous file | chrome_frame/bho.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698