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

Unified Diff: chrome_frame/chrome_frame_npapi.h

Issue 5814004: Fixing a regression introduced with r69101, which now prevents Chrome Frame... (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
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_npapi.cc » ('j') | chrome_frame/chrome_frame_npapi.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_npapi.h
===================================================================
--- chrome_frame/chrome_frame_npapi.h (revision 69128)
+++ chrome_frame/chrome_frame_npapi.h (working copy)
@@ -77,6 +77,9 @@
void Print(NPPrint* print_info);
+ // NavigationConstraints method overrides.
+ virtual bool IsSchemeAllowed(const GURL& url);
+
// NPObject functions, which ensure that the plugin object is scriptable.
static bool HasMethod(NPObject* obj, NPIdentifier name);
static bool Invoke(NPObject* header, NPIdentifier name,
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_npapi.cc » ('j') | chrome_frame/chrome_frame_npapi.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698