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

Unified Diff: chrome/browser/devtools/global_confirm_info_bar.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
Index: chrome/browser/devtools/global_confirm_info_bar.cc
diff --git a/chrome/browser/devtools/global_confirm_info_bar.cc b/chrome/browser/devtools/global_confirm_info_bar.cc
index 8ef6809dfc55336ea0a3253f9f0e52a9a0a21300..7848489a4db5c7bb3e826d6c98a41b1c0babcbf6 100644
--- a/chrome/browser/devtools/global_confirm_info_bar.cc
+++ b/chrome/browser/devtools/global_confirm_info_bar.cc
@@ -147,8 +147,7 @@ GlobalConfirmInfoBar::GlobalConfirmInfoBar(
: delegate_(std::move(delegate)),
browser_tab_strip_tracker_(this, nullptr, nullptr),
weak_factory_(this) {
- browser_tab_strip_tracker_.Init(
- BrowserTabStripTracker::InitWith::BROWSERS_IN_ACTIVE_DESKTOP);
+ browser_tab_strip_tracker_.Init();
}
GlobalConfirmInfoBar::~GlobalConfirmInfoBar() {
« no previous file with comments | « chrome/browser/devtools/devtools_auto_opener.cc ('k') | chrome/browser/extensions/api/tabs/tabs_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698