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

Unified Diff: chrome/browser/ui/browser.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 | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index d86a1a5452041173dedb1e6b14bb6b1bbf21edb3..fe2c1e14012b07c6a88fc31869cb1d2a497fe507 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,
@@ -1004,7 +1005,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,
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698