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

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: 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: 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 dc8992c418d03fc1a65d97249074193ef331dece..7f8810bfc6fdbabea161d12db970955d428cd575 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -764,8 +764,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(

Powered by Google App Engine
This is Rietveld 408576698