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

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_delegate.h

Issue 768413003: TEST ONLY - DO NOT SUBMIT - FOR TRYBOTS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/toolbar/toolbar_model_delegate.h
diff --git a/chrome/browser/ui/toolbar/toolbar_model_delegate.h b/chrome/browser/ui/toolbar/toolbar_model_delegate.h
index 0011e6faea28b5e960b4ade639c0d36beaab7d7b..ea181b95a50802d5c859334c9e0aaa4028c04112 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_delegate.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_delegate.h
@@ -15,9 +15,6 @@ class ToolbarModelDelegate {
// Returns active WebContents.
virtual content::WebContents* GetActiveWebContents() const = 0;
- // Returns whether the toolbar is hosted in a tabbed browser.
- virtual bool InTabbedBrowser() const = 0;
Justin Donnelly 2014/12/03 16:07:25 Looks like you're missing the corresponding change
groby-ooo-7-16 2015/01/10 00:54:06 There is no toolbar_model_delegate.cc - this is a
-
protected:
virtual ~ToolbarModelDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698