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

Side by Side Diff: chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.cc

Issue 74133003: linux-aura: Restore middle-click on new-tab button behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-nit 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h" 5 #include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h"
6 6
7 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h" 7 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h"
8 #include "chrome/browser/ui/views/tabs/tab_strip.h" 8 #include "chrome/browser/ui/views/tabs/tab_strip.h"
9 9
10 FakeBaseTabStripController::FakeBaseTabStripController() 10 FakeBaseTabStripController::FakeBaseTabStripController()
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 const GURL& url) { 101 const GURL& url) {
102 } 102 }
103 103
104 bool FakeBaseTabStripController::IsCompatibleWith(TabStrip* other) const { 104 bool FakeBaseTabStripController::IsCompatibleWith(TabStrip* other) const {
105 return false; 105 return false;
106 } 106 }
107 107
108 void FakeBaseTabStripController::CreateNewTab() { 108 void FakeBaseTabStripController::CreateNewTab() {
109 } 109 }
110 110
111 void FakeBaseTabStripController::CreateNewTabWithLocation(
112 const base::string16& location) {
113 }
114
111 bool FakeBaseTabStripController::IsIncognito() { 115 bool FakeBaseTabStripController::IsIncognito() {
112 return false; 116 return false;
113 } 117 }
114 118
115 void FakeBaseTabStripController::LayoutTypeMaybeChanged() { 119 void FakeBaseTabStripController::LayoutTypeMaybeChanged() {
116 } 120 }
117 121
118 void FakeBaseTabStripController::OnStartedDraggingTabs() { 122 void FakeBaseTabStripController::OnStartedDraggingTabs() {
119 } 123 }
120 124
121 void FakeBaseTabStripController::OnStoppedDraggingTabs() { 125 void FakeBaseTabStripController::OnStoppedDraggingTabs() {
122 } 126 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698