diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 17:52:58 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 17:52:58 +0000 |
commit | 7befbac12401e3d1fa86580c7f2f87a07d8154d1 (patch) | |
tree | 163edb06ac086a88b8e8b6f3298c55cfe13330ed | |
parent | 1b2db1a0c769664ffb0997406e739e8e91da0b32 (diff) | |
download | chromium_src-7befbac12401e3d1fa86580c7f2f87a07d8154d1.zip chromium_src-7befbac12401e3d1fa86580c7f2f87a07d8154d1.tar.gz chromium_src-7befbac12401e3d1fa86580c7f2f87a07d8154d1.tar.bz2 |
fix bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@574 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/testing_browser_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 2ccd7e0..650aa5b 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -143,6 +143,8 @@ class TestingBrowserProcess : public BrowserProcess { virtual SuspendController* suspend_controller() { return NULL; } + virtual bool IsUsingNewFrames() { return false; } + private: NotificationService notification_service_; DISALLOW_EVIL_CONSTRUCTORS(TestingBrowserProcess); |