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

Unified Diff: chrome/browser/ui/fast_unload_controller.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/fast_unload_controller.cc
diff --git a/chrome/browser/ui/fast_unload_controller.cc b/chrome/browser/ui/fast_unload_controller.cc
index f0577567cf6954b3b9301a5314ab721e5a3b683d..503c137f4d86af2130e728574037f5485ebb5c6b 100644
--- a/chrome/browser/ui/fast_unload_controller.cc
+++ b/chrome/browser/ui/fast_unload_controller.cc
@@ -288,7 +288,8 @@ void FastUnloadController::Observe(
////////////////////////////////////////////////////////////////////////////////
// FastUnloadController, TabStripModelObserver implementation:
-void FastUnloadController::TabInsertedAt(content::WebContents* contents,
+void FastUnloadController::TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* contents,
int index,
bool foreground) {
TabAttachedImpl(contents);

Powered by Google App Engine
This is Rietveld 408576698