summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r--chrome/browser/browser_process_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 82f275f..8e302c6 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -177,7 +177,7 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
virtual bool IsUsingNewFrames() {
DCHECK(CalledOnValidThread());
if (!checked_for_new_frames_) {
- using_new_frames_ = CommandLine().HasSwitch(L"magic_browzR");
+ using_new_frames_ = !CommandLine().HasSwitch(L"use-old-frames");
checked_for_new_frames_ = true;
}
return using_new_frames_;