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

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: Try again 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 8beea4e0ac68ae77a6d88572e9a69548a74a1335..1cf0eb810f26fc5bb6cd8f68ce96b5f9dcf6db57 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,
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698