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

Unified Diff: content/shell/renderer/layout_test/layout_test_render_process_observer.h

Issue 1878863002: Replicate LayoutTestRuntimeFlags across secondary window renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicate-web-content-settings
Patch Set: Extracted half of changes to https://crrev.com/1890223002 Created 4 years, 8 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: content/shell/renderer/layout_test/layout_test_render_process_observer.h
diff --git a/content/shell/renderer/layout_test/layout_test_render_process_observer.h b/content/shell/renderer/layout_test/layout_test_render_process_observer.h
index 21783cecced0cde680ce9a8fc50e6dad77147b24..22a21c317808170cf888f8175df3aaee153b56d3 100644
--- a/content/shell/renderer/layout_test/layout_test_render_process_observer.h
+++ b/content/shell/renderer/layout_test/layout_test_render_process_observer.h
@@ -13,6 +13,10 @@
#include "content/public/renderer/render_process_observer.h"
#include "ipc/ipc_platform_file.h"
+namespace base {
+class DictionaryValue;
+}
+
namespace blink {
class WebFrame;
}
@@ -48,6 +52,8 @@ class LayoutTestRenderProcessObserver : public RenderProcessObserver {
private:
// Message handlers.
void OnSetWebKitSourceDir(const base::FilePath& webkit_source_dir);
+ void OnReplicateLayoutTestRuntimeFlagsChanges(
+ const base::DictionaryValue& changed_layout_test_runtime_flags);
test_runner::WebTestDelegate* test_delegate_;
std::unique_ptr<test_runner::WebTestInterfaces> test_interfaces_;

Powered by Google App Engine
This is Rietveld 408576698