summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);