summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 17:52:58 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 17:52:58 +0000
commit7befbac12401e3d1fa86580c7f2f87a07d8154d1 (patch)
tree163edb06ac086a88b8e8b6f3298c55cfe13330ed /chrome/test
parent1b2db1a0c769664ffb0997406e739e8e91da0b32 (diff)
downloadchromium_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
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/testing_browser_process.h2
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);