diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 22:10:01 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 22:10:01 +0000 |
commit | 8d167c212898cb233c51abf13913541c86cfd9ae (patch) | |
tree | f33768df22c405d0ea3e3521a14fc03f565fc07d /chrome/test/testing_browser_process.h | |
parent | dce08b668bed17b26e497ca56129538ba3da0b42 (diff) | |
download | chromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.zip chromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.tar.gz chromium_src-8d167c212898cb233c51abf13913541c86cfd9ae.tar.bz2 |
Even more test cleanup. Some fixes to non-test code that's regressed.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6523032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 0ee682a..4c38824 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -120,7 +120,7 @@ class TestingBrowserProcess : public BrowserProcess { virtual bool have_inspector_files() const; - virtual ChromeNetLog* net_log() { return NULL; } + virtual ChromeNetLog* net_log(); #if defined(IPC_MESSAGE_LOG_ENABLED) virtual void SetIPCLoggingEnabled(bool enable) {} |