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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_bar.cc

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Addressed comments Created 4 years, 3 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/toolbar/toolbar_actions_bar.cc
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar.cc b/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
index 07fdd6a6340cf7107abba2308355c52b04061492..df3e652713a56c3148e73c16cd6db3300c3d5e24 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
@@ -793,7 +793,8 @@ void ToolbarActionsBar::OnToolbarModelInitialized() {
ResizeDelegate(gfx::Tween::EASE_OUT, false);
}
-void ToolbarActionsBar::TabInsertedAt(content::WebContents* contents,
+void ToolbarActionsBar::TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* contents,
int index,
bool foreground) {
if (foreground)

Powered by Google App Engine
This is Rietveld 408576698