From 7befbac12401e3d1fa86580c7f2f87a07d8154d1 Mon Sep 17 00:00:00 2001 From: "beng@google.com" Date: Fri, 8 Aug 2008 17:52:58 +0000 Subject: fix bustage git-svn-id: svn://svn.chromium.org/chrome/trunk/src@574 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_browser_process.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.1