diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 21:18:23 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 21:18:23 +0000 |
commit | edd843caf48fe3c4e46205882f916880b1b0770f (patch) | |
tree | 62c4b2e7f5ef344106a2995d882418e7ab3cfeca /webkit | |
parent | 865cffafa0bec1cb064f3ac90894ef4dc879778d (diff) | |
download | chromium_src-edd843caf48fe3c4e46205882f916880b1b0770f.zip chromium_src-edd843caf48fe3c4e46205882f916880b1b0770f.tar.gz chromium_src-edd843caf48fe3c4e46205882f916880b1b0770f.tar.bz2 |
'RuntimeEnable' the appcache for test_shell.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/377027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell_webkit_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h index a360e77..529af2a 100644 --- a/webkit/tools/test_shell/test_shell_webkit_init.h +++ b/webkit/tools/test_shell/test_shell_webkit_init.h @@ -57,6 +57,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl { WebKit::WebScriptController::registerExtension( extensions_v8::IntervalExtension::Get()); WebKit::WebRuntimeFeatures::enableSockets(true); + WebKit::WebRuntimeFeatures::enableApplicationCache(true); // Load libraries for media and enable the media player. FilePath module_path; |