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

Unified Diff: chrome/common/content_settings.h

Issue 27635002: Content settings for <audio> and <video>. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix. Created 6 years, 6 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: chrome/common/content_settings.h
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h
index bf92413bc10e9d07f593279604856d7b00e9bc95..28f87a3390353f79f00e56d2e21a5daa8c2164c6 100644
--- a/chrome/common/content_settings.h
+++ b/chrome/common/content_settings.h
@@ -46,6 +46,7 @@ struct RendererContentSettingRules {
RendererContentSettingRules();
~RendererContentSettingRules();
ContentSettingsForOneType image_rules;
+ ContentSettingsForOneType media_rules;
ContentSettingsForOneType script_rules;
};

Powered by Google App Engine
This is Rietveld 408576698