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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 9702054: Revert 126764 - Added notion of currently active app / browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/views/frame/browser_view.cc
===================================================================
--- chrome/browser/ui/views/frame/browser_view.cc (revision 126791)
+++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
@@ -1639,11 +1639,6 @@
void BrowserView::OnWidgetActivationChanged(views::Widget* widget,
bool active) {
-#if defined(USE_AURA)
- if (icon_updater_.get())
- icon_updater_->BrowserActivationStateChanged();
-#endif
-
if (active) {
BrowserList::SetLastActive(browser_.get());
browser_->OnWindowActivated();
« no previous file with comments | « chrome/browser/ui/views/ash/launcher/launcher_updater_unittest.cc ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698