Index: components/test_runner/test_runner.h |
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h |
index 57c0f0ce1b567d437eb9dc3a6d90342286102e7d..941906d570e045ab9462e2d8d814bd33ebd899c9 100644 |
--- a/components/test_runner/test_runner.h |
+++ b/components/test_runner/test_runner.h |
@@ -405,6 +405,7 @@ class TestRunner : public WebTestRunner { |
void SetPluginsAllowed(bool allowed); |
void SetAllowDisplayOfInsecureContent(bool allowed); |
void SetAllowRunningOfInsecureContent(bool allowed); |
+ void SetAutoplayAllowed(bool allowed); |
void DumpPermissionClientCallbacks(); |
// This function sets a flag that tells the test_shell to dump all calls |