diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 20:07:33 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 20:07:33 +0000 |
commit | 433dd4d7ebe4996ae9c1940c19212b92e3858290 (patch) | |
tree | 86ba470bdcc323e9eec85630e7ec84ba5966a83e /chrome/browser/browser_process_impl.h | |
parent | 6322965c27dc59aad2ca6b4c22f30e30c460da67 (diff) | |
download | chromium_src-433dd4d7ebe4996ae9c1940c19212b92e3858290.zip chromium_src-433dd4d7ebe4996ae9c1940c19212b92e3858290.tar.gz chromium_src-433dd4d7ebe4996ae9c1940c19212b92e3858290.tar.bz2 |
Test frames on the builders again to see if notification change helped.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 1 |
1 files changed, 1 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; |