diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 18:05:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 18:05:26 +0000 |
commit | 620161e8a6feabda90783efa40b1dec2d08754a5 (patch) | |
tree | 4b657db4f0163b5f997d266e9a0f871b3d9ffe97 /webkit/tools/test_shell | |
parent | 34ebb250424e57b08876129ed8adf35b20b471c2 (diff) | |
download | chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.zip chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.tar.gz chromium_src-620161e8a6feabda90783efa40b1dec2d08754a5.tar.bz2 |
Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityFilterPeer to renderer directory, and factored out its creation so that it's the same as how we create ExtensionLocalizationPeer.
Review URL: http://codereview.chromium.org/6626046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 31f9e68..f106c35 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -690,13 +690,6 @@ void EnableSpdy(bool enable) { void UserMetricsRecordAction(const std::string& action) { } -webkit_glue::ResourceLoaderBridge::Peer* ReplacePeer( - webkit_glue::ResourceLoaderBridge::Peer* current_peer, - const std::string& mime_type, - const GURL& url) { - return NULL; -} - std::string GetProductVersion() { return std::string("Chrome/0.0.0.0"); } |