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

Unified Diff: chrome_frame/chrome_frame_npapi.h

Issue 5698005: Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
Index: chrome_frame/chrome_frame_npapi.h
===================================================================
--- chrome_frame/chrome_frame_npapi.h (revision 68604)
+++ chrome_frame/chrome_frame_npapi.h (working copy)
@@ -27,7 +27,8 @@
class ChromeFrameNPAPI
: public CWindowImpl<ChromeFrameNPAPI>,
public ChromeFramePlugin<ChromeFrameNPAPI>,
- public NpEventDelegate {
+ public NpEventDelegate,
+ public NavigationConstraintsImpl {
public:
typedef ChromeFramePlugin<ChromeFrameNPAPI> Base;

Powered by Google App Engine
This is Rietveld 408576698