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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 7055001: Make info button appear only when mouse is over the panel or the panel has focus. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
Index: chrome/browser/ui/panels/panel.cc
===================================================================
--- chrome/browser/ui/panels/panel.cc (revision 86006)
+++ chrome/browser/ui/panels/panel.cc (working copy)
@@ -78,11 +78,11 @@
}
void Panel::Activate() {
- NOTIMPLEMENTED();
+ browser_window_->Activate();
}
void Panel::Deactivate() {
- NOTIMPLEMENTED();
+ browser_window_->Deactivate();
}
bool Panel::IsActive() const {

Powered by Google App Engine
This is Rietveld 408576698