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

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

Issue 2354673004: Add TabStripModel as a parameter of some functions in TabStripModelObserver (Closed)
Patch Set: Last nits 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
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_auto_opener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_auto_opener.h
diff --git a/chrome/browser/devtools/devtools_auto_opener.h b/chrome/browser/devtools/devtools_auto_opener.h
index d6851064baa510f356e6eec3e4669b0dc200a322..7efe2ea7b7956367ace14902ea5e2e3b6eb6deb9 100644
--- a/chrome/browser/devtools/devtools_auto_opener.h
+++ b/chrome/browser/devtools/devtools_auto_opener.h
@@ -15,7 +15,8 @@ class DevToolsAutoOpener : public TabStripModelObserver {
private:
// TabStripModelObserver overrides.
- void TabInsertedAt(content::WebContents* contents,
+ void TabInsertedAt(TabStripModel* tab_strip_model,
+ content::WebContents* contents,
int index,
bool foreground) override;
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_auto_opener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698