Index: content/shell/renderer/test_runner/test_runner.h |
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h |
index ffeb9d95ea1a81d2a650858ae230d84b270fdfec..824ea7e100da443058e81d45f0579bf0dbca3bd1 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -416,6 +416,7 @@ class TestRunner : public WebTestRunner, |
// WebPermissionClient related. |
void SetImagesAllowed(bool allowed); |
+ void SetMediaAllowed(bool allowed); |
void SetScriptsAllowed(bool allowed); |
void SetStorageAllowed(bool allowed); |
void SetPluginsAllowed(bool allowed); |