summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 23:47:31 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 23:47:31 +0000
commita11bf80384c2b200d2d1d73979bdf6cb994881fe (patch)
tree13883fd18f2ce550bd46ed703f662c1d188b81ab /chrome
parent613b80638081101368e31300f6e729c720b160e0 (diff)
downloadchromium_src-a11bf80384c2b200d2d1d73979bdf6cb994881fe.zip
chromium_src-a11bf80384c2b200d2d1d73979bdf6cb994881fe.tar.gz
chromium_src-a11bf80384c2b200d2d1d73979bdf6cb994881fe.tar.bz2
Enable magic browzr again.
R=mal git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser_process_impl.h2
-rw-r--r--chrome/test/accessibility/constants.h2
2 files changed, 3 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_;
diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h
index 8cb9ea4..c331a24 100644
--- a/chrome/test/accessibility/constants.h
+++ b/chrome/test/accessibility/constants.h
@@ -8,6 +8,8 @@
#include <windows.h>
#include <tchar.h>
+#define NEW_FRAMES
+
///////////////////////////////////////////////////////////////////
// Constant Definitations specific to Chrome Accessibility Tests.
///////////////////////////////////////////////////////////////////