diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 03:40:38 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 03:40:38 +0000 |
commit | 656963fdfddcd72e730e1804611c8aec3fb2e491 (patch) | |
tree | 7e7534acfc534d77ffeba797191dcae479dabe50 /chrome | |
parent | c5b64b34cbd3fe0cabc5f0e086810e4277908b9f (diff) | |
download | chromium_src-656963fdfddcd72e730e1804611c8aec3fb2e491.zip chromium_src-656963fdfddcd72e730e1804611c8aec3fb2e491.tar.gz chromium_src-656963fdfddcd72e730e1804611c8aec3fb2e491.tar.bz2 |
Test new frames on buildbots again.
B=1031854
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 1 | ||||
-rw-r--r-- | chrome/test/accessibility/constants.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 82f275f..5cfc375 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -176,6 +176,7 @@ 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 b265e4b..7a0871f 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. /////////////////////////////////////////////////////////////////// |