diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 23:55:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 23:55:30 +0000 |
commit | 66e8dddb17edb446f734a262195a8987bcaa3686 (patch) | |
tree | 5636fe1b520b4daefd5daaea95a7846eabc8213f /chrome_frame | |
parent | 96ea709760e3a969ff87c7d036a56cb568dffd57 (diff) | |
download | chromium_src-66e8dddb17edb446f734a262195a8987bcaa3686.zip chromium_src-66e8dddb17edb446f734a262195a8987bcaa3686.tar.gz chromium_src-66e8dddb17edb446f734a262195a8987bcaa3686.tar.bz2 |
Fix crash in chrome_frame_net_tests since there was no more NotficiationService getting created in BrowserProcessImpl.
TBR=ananta
Review URL: http://codereview.chromium.org/7918004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 991342b..880d393 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -561,6 +561,8 @@ int main(int argc, char** argv) { google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad( InitializeCrashReporting(HEADLESS)); + NotificationService service; + // TODO(tommi): Stuff be broke. Needs a fixin'. // This is awkward: the TestSuite derived CFUrlRequestUnittestRunner contains // the instance of the AtExitManager that RegisterPathProvider() and others |