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

Unified Diff: chrome/browser/views/frame/standard_extender.cc

Issue 341008: CompactLocationBar (Closed)
Patch Set: comment updated Created 11 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/views/frame/browser_extender.cc ('k') | chrome/browser/views/tabs/tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/standard_extender.cc
diff --git a/chrome/browser/views/frame/standard_extender.cc b/chrome/browser/views/frame/standard_extender.cc
index c7370b8d916c690238d29c510a3d4fb2d0207bc5..1fe41d15f53c76552bd800bf56151d5a0c3f5860 100644
--- a/chrome/browser/views/frame/standard_extender.cc
+++ b/chrome/browser/views/frame/standard_extender.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/views/frame/browser_extender.h"
+class Tab;
+
namespace {
// StandardExtender for non ChromeOS build. This currently adds/does nothing.
@@ -26,6 +28,9 @@ class StandardExtender : public BrowserExtender {
virtual void ActivationChanged() {}
virtual bool ShouldForceHideToolbar() { return false; }
virtual void ToggleCompactNavigationBar() {}
+ virtual void OnMouseEnteredToTab(Tab* tab) {}
+ virtual void OnMouseMovedOnTab(Tab* tab) {}
+ virtual void OnMouseExitedFromTab(Tab* tab) {}
DISALLOW_COPY_AND_ASSIGN(StandardExtender);
};
« no previous file with comments | « chrome/browser/views/frame/browser_extender.cc ('k') | chrome/browser/views/tabs/tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698