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

Unified Diff: webkit/tools/test_shell/test_shell_webmimeregistry_impl.h

Issue 4705007: Don't restrict supported media types in test_shell when running interactively (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: webkit/tools/test_shell/test_shell_webmimeregistry_impl.h
===================================================================
--- webkit/tools/test_shell/test_shell_webmimeregistry_impl.h (revision 65789)
+++ webkit/tools/test_shell/test_shell_webmimeregistry_impl.h (working copy)
@@ -14,7 +14,7 @@
class TestShellWebMimeRegistryImpl
: public webkit_glue::SimpleWebMimeRegistryImpl {
public:
- TestShellWebMimeRegistryImpl();
+ explicit TestShellWebMimeRegistryImpl(bool layout_test_mode);
// Override to force that we only support ogg, vorbis and theora.
//

Powered by Google App Engine
This is Rietveld 408576698