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

Unified Diff: chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc

Issue 2297863003: Fix initialization for a few more unit_tests under PlzNavigate (Closed)
Patch Set: tabsapiunittest Created 4 years, 4 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 | « chrome/browser/extensions/extension_context_menu_model_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc b/chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc
index ca4aad9ab2e16c745acefc2b2b9eb225719fa65d..381a1934909cb2250ff61a37489125acdb699c3b 100644
--- a/chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc
+++ b/chrome/browser/ui/webui/settings/metrics_reporting_handler_unittest.cc
@@ -35,7 +35,6 @@ class MetricsReportingHandlerTest : public testing::Test {
public:
MetricsReportingHandlerTest() {
// Local state must be set up before |handler_|.
- TestingBrowserProcess::CreateInstance();
clamy 2016/08/30 21:23:21 Why do we need to remove this, and isn't it a prob
scottmg 2016/08/30 22:03:15 It's initialized twice at the moment, here, but al
local_state_.reset(new ScopedTestingLocalState(
TestingBrowserProcess::GetGlobal()));
« no previous file with comments | « chrome/browser/extensions/extension_context_menu_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698