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

Unified Diff: chrome/browser/ui/ash/launcher/browser_status_monitor.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/ash/launcher/browser_status_monitor.cc
diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
index 002dc296b607f0717585af1b4b264581dd454bee..119bad52220375722e530bc12056e194fb54cd93 100644
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
@@ -256,7 +256,8 @@ void BrowserStatusMonitor::TabReplacedAt(TabStripModel* tab_strip_model,
AddWebContentsObserver(new_contents);
}
-void BrowserStatusMonitor::TabInsertedAt(content::WebContents* contents,
+void BrowserStatusMonitor::TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* contents,
int index,
bool foreground) {
// An inserted tab is not active - ActiveTabChanged() will be called to

Powered by Google App Engine
This is Rietveld 408576698