diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 22:49:56 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 22:49:56 +0000 |
commit | c20436859b9eeca254bdea4dda52e29ba34fc612 (patch) | |
tree | c101ab72721c57fed07425a27490755732844bb3 /webkit/tools/test_shell/test_shell.cc | |
parent | 40a3a6590c76d93cd13d16440b1d84d956b71d58 (diff) | |
download | chromium_src-c20436859b9eeca254bdea4dda52e29ba34fc612.zip chromium_src-c20436859b9eeca254bdea4dda52e29ba34fc612.tar.gz chromium_src-c20436859b9eeca254bdea4dda52e29ba34fc612.tar.bz2 |
Moving some of the webkit_glue functions from chrome\common\common_glue and chrome\renderer\chrome_renderer_glue.cc
to content\renderer. This helps reduce some of the implicit dependencies of content on chrome and will help in building
it as a dll.
There is just one function GetProductVersion remaining in chrome_renderer_glue. This function is used to build
the user agent string in the embedder. This functionality will be moved to the ContentRendererClient object in a
subsequent CL.
Moved the PPAPI PDF plugin implementation to chrome renderer. This interface is returned by the PPAPI factory
which is registered by the renderer during startup.
BUG=82454
Review URL: http://codereview.chromium.org/6995119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 5d31a4f..db79be7 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -662,9 +662,6 @@ void EnableSpdy(bool enable) { // Used in benchmarking, Ignored for test_shell. } -void UserMetricsRecordAction(const std::string& action) { -} - std::string GetProductVersion() { return std::string("Chrome/0.0.0.0"); } |