From df1c7700fea7346bf60fa48d494691bb58ecec41 Mon Sep 17 00:00:00 2001 From: "mal@chromium.org" Date: Tue, 14 Oct 2008 02:39:09 +0000 Subject: Revert r3334 to disable magic_browzR and see if that fixes the crashes in the reliability tests. TBR= ben@chromium.org Review URL: http://codereview.chromium.org/7135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3340 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_process_impl.h | 2 +- chrome/test/accessibility/constants.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome') diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 8e302c6..82f275f 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"use-old-frames"); + using_new_frames_ = CommandLine().HasSwitch(L"magic_browzR"); checked_for_new_frames_ = true; } return using_new_frames_; diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h index c331a24..8cb9ea4 100644 --- a/chrome/test/accessibility/constants.h +++ b/chrome/test/accessibility/constants.h @@ -8,8 +8,6 @@ #include #include -#define NEW_FRAMES - /////////////////////////////////////////////////////////////////// // Constant Definitations specific to Chrome Accessibility Tests. /////////////////////////////////////////////////////////////////// -- cgit v1.1