summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r--chrome/browser/browser_process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 927ddaa9..1ca493c 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -143,6 +143,9 @@ class BrowserProcess {
virtual SuspendController* suspend_controller() = 0;
+ // TODO(beng): remove once XPFrame/VistaFrame are gone.
+ virtual bool IsUsingNewFrames() = 0;
+
private:
DISALLOW_EVIL_CONSTRUCTORS(BrowserProcess);
};