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

Unified Diff: Source/testing/runner/TestRunner.h

Issue 27694002: Ability to block <audio> and <video> media. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename "video" to "media". Created 7 years, 2 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: Source/testing/runner/TestRunner.h
diff --git a/Source/testing/runner/TestRunner.h b/Source/testing/runner/TestRunner.h
index 13254c14f477b22e6fe8ad9283ab03ab1d4442db..adf052a6b4c7e29239406c550b06bc8a6b915e36 100644
--- a/Source/testing/runner/TestRunner.h
+++ b/Source/testing/runner/TestRunner.h
@@ -387,6 +387,7 @@ private:
// WebPermissionClient related.
void setImagesAllowed(const CppArgumentList&, CppVariant*);
+ void setMediaAllowed(const CppArgumentList&, CppVariant*);
void setScriptsAllowed(const CppArgumentList&, CppVariant*);
void setStorageAllowed(const CppArgumentList&, CppVariant*);
void setPluginsAllowed(const CppArgumentList&, CppVariant*);

Powered by Google App Engine
This is Rietveld 408576698