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

Unified Diff: content/renderer/render_view_impl.h

Issue 8343070: Support dispositon attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 98373cfc173d1076126d6de4eb568b7bb63abc17..36591666318464147d68a915d8dc189edd23f869 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -398,7 +398,8 @@ class RenderViewImpl : public RenderWidget,
virtual void registerIntentHandler(const WebKit::WebString& action,
const WebKit::WebString& type,
const WebKit::WebString& href,
- const WebKit::WebString& title);
+ const WebKit::WebString& title,
+ const WebKit::WebString& disposition);
virtual WebKit::WebPageVisibilityState visibilityState() const;
virtual void startActivity(const WebKit::WebString& action,
const WebKit::WebString& type,

Powered by Google App Engine
This is Rietveld 408576698