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

Unified Diff: chrome/browser/ui/views/aura/launcher_icon_updater.h

Issue 8588020: fix NetInternalsTest.NetInternalsPrerenderViewSucceed for aura (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update Created 9 years, 1 month 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 | « no previous file | chrome/browser/ui/views/aura/launcher_icon_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/aura/launcher_icon_updater.h
diff --git a/chrome/browser/ui/views/aura/launcher_icon_updater.h b/chrome/browser/ui/views/aura/launcher_icon_updater.h
index 8b642eee5bcd368a6f3b43a6dc80dc6cc78683b4..0cef52767be20e5a9a2c8fb8bb38aa63d90dc29a 100644
--- a/chrome/browser/ui/views/aura/launcher_icon_updater.h
+++ b/chrome/browser/ui/views/aura/launcher_icon_updater.h
@@ -40,6 +40,10 @@ class LauncherIconUpdater : public TabStripModelObserver {
TabContentsWrapper* tab,
int index,
TabStripModelObserver::TabChangeType change_type) OVERRIDE;
+ virtual void TabReplacedAt(TabStripModel* tab_strip_model,
+ TabContentsWrapper* old_contents,
+ TabContentsWrapper* new_contents,
+ int index) OVERRIDE;
private:
typedef std::deque<TabContentsWrapper*> Tabs;
« no previous file with comments | « no previous file | chrome/browser/ui/views/aura/launcher_icon_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698