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

Unified Diff: chrome/browser/devtools/global_confirm_info_bar.h

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/devtools/global_confirm_info_bar.h
diff --git a/chrome/browser/devtools/global_confirm_info_bar.h b/chrome/browser/devtools/global_confirm_info_bar.h
index c7b562b45deb28da3ba690a99b8d08569e41d799..d726da5e1a2e9858c7b987e3bac91e877a4967a5 100644
--- a/chrome/browser/devtools/global_confirm_info_bar.h
+++ b/chrome/browser/devtools/global_confirm_info_bar.h
@@ -36,7 +36,8 @@ class GlobalConfirmInfoBar : public TabStripModelObserver,
class DelegateProxy;
// TabStripModelObserver:
- void TabInsertedAt(content::WebContents* web_contents,
+ void TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* web_contents,
int index,
bool foreground) override;
void TabChangedAt(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698