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

Unified Diff: webkit/support/test_webkit_client.cc

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/support/test_webkit_client.cc
===================================================================
--- webkit/support/test_webkit_client.cc (revision 65789)
+++ webkit/support/test_webkit_client.cc (working copy)
@@ -63,7 +63,7 @@
using WebKit::WebScriptController;
TestWebKitClient::TestWebKitClient(bool unit_test_mode)
- : unit_test_mode_(unit_test_mode) {
+ : mime_registry_(true), unit_test_mode_(unit_test_mode) {
v8::V8::SetCounterFunction(base::StatsTable::FindLocation);
WebKit::initialize(this);
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell_webkit_init.cc » ('j') | webkit/tools/test_shell/test_shell_webkit_init.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698