summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 20:52:52 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 20:52:52 +0000
commit5c7600448e731587e667a3f15e28ee265e2ac2d2 (patch)
tree3e517b7d3ac0cc7d579afb4f12a12509ba2c93d2 /chrome_frame
parentbda793bf2164da5ddb5a55a380fe5126be562c42 (diff)
downloadchromium_src-5c7600448e731587e667a3f15e28ee265e2ac2d2.zip
chromium_src-5c7600448e731587e667a3f15e28ee265e2ac2d2.tar.gz
chromium_src-5c7600448e731587e667a3f15e28ee265e2ac2d2.tar.bz2
Make BrowserMainParts have an empty implementation to make embedding easier.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10443091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.h b/chrome_frame/test/net/fake_external_tab.h
index 69d5663..1e6b1c2 100644
--- a/chrome_frame/test/net/fake_external_tab.h
+++ b/chrome_frame/test/net/fake_external_tab.h
@@ -107,10 +107,6 @@ class CFUrlRequestUnittestRunner
// content::BrowserMainParts implementation.
virtual void PreEarlyInitialization() OVERRIDE;
- virtual void PostEarlyInitialization() OVERRIDE {}
- virtual void PreMainMessageLoopStart() OVERRIDE {}
- virtual void PostMainMessageLoopStart() OVERRIDE {}
- virtual void ToolkitInitialized() OVERRIDE {}
virtual int PreCreateThreads() OVERRIDE;
virtual void PreMainMessageLoopRun() OVERRIDE;
virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;