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

Unified Diff: chrome/browser/external_tab_container_win.cc

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 | « chrome/browser/external_tab_container_win.h ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab_container_win.cc
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
index ca579eb62162fe7db191a8dc66dc6b0b19e12414..4ce763825b7ca7c98e50dc7e5cc21fd1390e30e9 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -766,8 +766,10 @@ void ExternalTabContainer::RegisterIntentHandler(TabContents* tab,
const string16& action,
const string16& type,
const string16& href,
- const string16& title) {
- Browser::RegisterIntentHandlerHelper(tab, action, type, href, title);
+ const string16& title,
+ const string16& disposition) {
+ Browser::RegisterIntentHandlerHelper(
+ tab, action, type, href, title, disposition);
}
void ExternalTabContainer::WebIntentDispatch(
« no previous file with comments | « chrome/browser/external_tab_container_win.h ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698