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

Unified Diff: chrome/browser/ui/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/unload_controller.cc
diff --git a/chrome/browser/ui/unload_controller.cc b/chrome/browser/ui/unload_controller.cc
index a30878d4f8401ef91a6bb32f0c9d2d675f9e32f5..289164e23836d899bfa7a93b1fdd76d9d27dabbb 100644
--- a/chrome/browser/ui/unload_controller.cc
+++ b/chrome/browser/ui/unload_controller.cc
@@ -225,7 +225,8 @@ void UnloadController::Observe(int type,
////////////////////////////////////////////////////////////////////////////////
// UnloadController, TabStripModelObserver implementation:
-void UnloadController::TabInsertedAt(content::WebContents* contents,
+void UnloadController::TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* contents,
int index,
bool foreground) {
TabAttachedImpl(contents);

Powered by Google App Engine
This is Rietveld 408576698