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

Unified Diff: chrome/browser/browser_process_impl_unittest.cc

Issue 2528013002: Initialize the message center as part of the testing browser process (Closed)
Patch Set: re-uploding due to time outs Created 4 years, 1 month 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/browser_process_impl_unittest.cc
diff --git a/chrome/browser/browser_process_impl_unittest.cc b/chrome/browser/browser_process_impl_unittest.cc
index fb32806e2719e90be96579cc9804dc28f76001c6..ec83c54edf97b7c5383df4409f36c3c3b8604ef8 100644
--- a/chrome/browser/browser_process_impl_unittest.cc
+++ b/chrome/browser/browser_process_impl_unittest.cc
@@ -30,7 +30,8 @@ class BrowserProcessImplTest : public ::testing::Test {
command_line_(base::CommandLine::NO_PROGRAM),
browser_process_impl_(
new BrowserProcessImpl(base::ThreadTaskRunnerHandle::Get().get(),
- command_line_)) {
+ command_line_,
+ false)) {
base::SetRecordActionTaskRunner(loop_.task_runner());
browser_process_impl_->SetApplicationLocale("en");
}
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698