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

Unified Diff: content/browser/loader/resource_dispatcher_host_unittest.cc

Issue 1812883003: Enable features API for content shell and webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comment in BrowserMainLoop Created 4 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 | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_dispatcher_host_unittest.cc
diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc
index 3ccaffe0ae672602c25533074a2862fa9696eb32..c3cbb35379087937d7481a931ec2ab5045e865f5 100644
--- a/content/browser/loader/resource_dispatcher_host_unittest.cc
+++ b/content/browser/loader/resource_dispatcher_host_unittest.cc
@@ -943,7 +943,7 @@ class ResourceDispatcherHostTest : public testing::TestWithParam<TestConfig>,
base::FeatureList::ClearInstanceForTesting();
switch (GetParam()) {
case TestConfig::kDefault:
- base::FeatureList::InitializeInstance();
+ base::FeatureList::InitializeInstance(std::string(), std::string());
break;
case TestConfig::kOptimizeIPCForSmallResourceEnabled: {
scoped_ptr<base::FeatureList> feature_list(new base::FeatureList);
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698