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

Unified Diff: chrome/browser/ui/browser_tab_strip_model_delegate.h

Issue 74133003: linux-aura: Restore middle-click on new-tab button behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 | « no previous file | chrome/browser/ui/browser_tab_strip_model_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_tab_strip_model_delegate.h
diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.h b/chrome/browser/ui/browser_tab_strip_model_delegate.h
index 405c01f5ef7b90849e348348bea2ce05abb2228b..4a986feaa3ae2d5468a61ae29012a9c8ee5916c0 100644
--- a/chrome/browser/ui/browser_tab_strip_model_delegate.h
+++ b/chrome/browser/ui/browser_tab_strip_model_delegate.h
@@ -9,6 +9,8 @@
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
+class GURL;
+
namespace chrome {
class BrowserTabStripModelDelegate : public TabStripModelDelegate {
@@ -18,7 +20,7 @@ class BrowserTabStripModelDelegate : public TabStripModelDelegate {
private:
// Overridden from TabStripModelDelegate:
- virtual void AddBlankTabAt(int index, bool foreground) OVERRIDE;
+ virtual void AddURLTabAt(const GURL& u, int index, bool foreground) OVERRIDE;
sky 2013/11/15 22:01:32 nit: url (to match url in .cc), and url is more de
sadrul 2013/11/15 22:41:28 Done.
virtual Browser* CreateNewStripWithContents(
const std::vector<NewStripContents>& contentses,
const gfx::Rect& window_bounds,
« no previous file with comments | « no previous file | chrome/browser/ui/browser_tab_strip_model_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698