diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 20:53:47 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 20:53:47 +0000 |
commit | e8f868ce5f437d5f216d2d94224dc9648ecf7ae2 (patch) | |
tree | 4d317f5ef3c3b1e7d4b28873c8df6ad82227088e | |
parent | 433dd4d7ebe4996ae9c1940c19212b92e3858290 (diff) | |
download | chromium_src-e8f868ce5f437d5f216d2d94224dc9648ecf7ae2.zip chromium_src-e8f868ce5f437d5f216d2d94224dc9648ecf7ae2.tar.gz chromium_src-e8f868ce5f437d5f216d2d94224dc9648ecf7ae2.tar.bz2 |
Roll back frame test now buildbots have cycled.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2204 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/browser_process_impl.h | 1 | ||||
-rw-r--r-- | chrome/test/accessibility/constants.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 5cfc375..82f275f 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -176,7 +176,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { // TODO(beng): remove once XPFrame/VistaFrame are gone. virtual bool IsUsingNewFrames() { DCHECK(CalledOnValidThread()); - return true; if (!checked_for_new_frames_) { using_new_frames_ = CommandLine().HasSwitch(L"magic_browzR"); checked_for_new_frames_ = true; diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h index 7a0871f..b265e4b 100644 --- a/chrome/test/accessibility/constants.h +++ b/chrome/test/accessibility/constants.h @@ -8,8 +8,6 @@ #include <windows.h> #include <tchar.h> -#define NEW_FRAMES - /////////////////////////////////////////////////////////////////// // Constant Definitations specific to Chrome Accessibility Tests. /////////////////////////////////////////////////////////////////// |