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

Unified Diff: chrome/browser/ui/browser.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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index bf6ca365beab499366ea78c3bd43400e3e2eb494..bf0dc25d31e95e76c3daa4a36499bfc8ff61d20f 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -691,7 +691,8 @@ class Browser : public TabHandlerDelegate,
const string16& action,
const string16& type,
const string16& href,
- const string16& title);
+ const string16& title,
+ const string16& disposition);
// Helper function to handle find results.
static void FindReplyHelper(TabContents* tab,
@@ -1005,7 +1006,8 @@ class Browser : public TabHandlerDelegate,
const string16& action,
const string16& type,
const string16& href,
- const string16& title) OVERRIDE;
+ const string16& title,
+ const string16& disposition) OVERRIDE;
virtual void WebIntentDispatch(TabContents* tab,
int routing_id,
const webkit_glue::WebIntentData& intent,

Powered by Google App Engine
This is Rietveld 408576698