diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 18:21:06 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 18:21:06 +0000 |
commit | be561d9aad6d51a27607e956db95fc5211364d1d (patch) | |
tree | 80dd2361d182a055528f1756c0768e617aa5e44f /chrome_frame | |
parent | 50f50dc892b62a731a98c6b44cec0a9391d3c4d2 (diff) | |
download | chromium_src-be561d9aad6d51a27607e956db95fc5211364d1d.zip chromium_src-be561d9aad6d51a27607e956db95fc5211364d1d.tar.gz chromium_src-be561d9aad6d51a27607e956db95fc5211364d1d.tar.bz2 |
Give ContentMainDelegate a default implementation to simplify embedders.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10458034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 16677c7..d73d03d 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -158,18 +158,6 @@ class FakeMainDelegate : public content::ContentMainDelegate { content::GetContentClient()->set_renderer(&g_renderer_client.Get()); return false; } - - virtual void PreSandboxStartup() OVERRIDE { - } - - virtual void SandboxInitialized(const std::string& process_type) OVERRIDE {} - - virtual int RunProcess( - const std::string& process_type, - const content::MainFunctionParams& main_function_params) OVERRIDE { - return -1; - } - virtual void ProcessExiting(const std::string& process_type) OVERRIDE {} }; void FilterDisabledTests() { |