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

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

Issue 731423002: Remove OriginChip code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp file and bad merge Created 5 years, 10 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/ui/toolbar/toolbar_model.cc ('k') | chrome/browser/ui/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-
protected:
virtual ~ToolbarModelDelegate() {}
};
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model.cc ('k') | chrome/browser/ui/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698