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

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

Issue 2741053005: [Chrome OS] Clean up BrowserTabStripTracker Init parameter. (Closed)
Patch Set: . Created 3 years, 9 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/global_confirm_info_bar.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.cc
diff --git a/chrome/browser/devtools/devtools_auto_opener.cc b/chrome/browser/devtools/devtools_auto_opener.cc
index 7e230f55464d57cce34dee39e37394566ea2da6b..834030e387d6daf43a46c28940a880060168e4fe 100644
--- a/chrome/browser/devtools/devtools_auto_opener.cc
+++ b/chrome/browser/devtools/devtools_auto_opener.cc
@@ -9,8 +9,7 @@
DevToolsAutoOpener::DevToolsAutoOpener()
: browser_tab_strip_tracker_(this, nullptr, nullptr) {
- browser_tab_strip_tracker_.Init(
- BrowserTabStripTracker::InitWith::ALL_BROWERS);
+ browser_tab_strip_tracker_.Init();
}
DevToolsAutoOpener::~DevToolsAutoOpener() {
« no previous file with comments | « no previous file | chrome/browser/devtools/global_confirm_info_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698