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

Unified Diff: content/shell/browser/layout_test/layout_test_message_filter.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: Rebasing... 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/browser/layout_test/layout_test_message_filter.h
diff --git a/content/shell/browser/layout_test/layout_test_message_filter.h b/content/shell/browser/layout_test/layout_test_message_filter.h
index 1b77a9f41593dff9ef680e729b17fdf491b6d2b0..2123acfe50e76d02cf297f47a8c0b39e9095a765 100644
--- a/content/shell/browser/layout_test/layout_test_message_filter.h
+++ b/content/shell/browser/layout_test/layout_test_message_filter.h
@@ -15,6 +15,10 @@
class GURL;
+namespace base {
+class DictionaryValue;
+}
+
namespace net {
class URLRequestContextGetter;
}
@@ -66,6 +70,8 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
const GURL& origin,
const GURL& embedding_origin);
void OnResetPermissions();
+ void OnLayoutTestRuntimeFlagsChanged(
+ const base::DictionaryValue& changed_layout_test_runtime_flags);
int render_process_id_;

Powered by Google App Engine
This is Rietveld 408576698