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

Unified Diff: content/public/test/render_view_test.h

Issue 2504163005: Fix getting initially active trials with shared memory. (Closed)
Patch Set: Fix single process mode which is used by PhishingClassifierTest on Windows. 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: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 6d0aa701d0708a9124a975c2e1806b700cc636c4..5936986ba166c67d25d00d4e23236edd0a84dfe9 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -25,6 +25,10 @@
#include "third_party/WebKit/public/web/WebFrame.h"
#include "third_party/WebKit/public/web/WebLeakDetector.h"
+namespace base {
+class FieldTrialList;
+}
+
namespace blink {
namespace scheduler {
class RendererScheduler;
@@ -201,6 +205,7 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
std::unique_ptr<RendererMainPlatformDelegate> platform_;
std::unique_ptr<MainFunctionParams> params_;
std::unique_ptr<base::CommandLine> command_line_;
+ std::unique_ptr<base::FieldTrialList> field_trial_list_;
// For Mojo.
std::unique_ptr<base::TestIOThread> test_io_thread_;

Powered by Google App Engine
This is Rietveld 408576698