diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 21:53:58 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-14 21:53:58 +0000 |
commit | 7bb9eb3fe659f6e04f98fc3cb22745cdd0ce62a6 (patch) | |
tree | 93205b06875ab11ea54100b84862677b25dbf058 /chrome/browser/browser_process_impl.h | |
parent | 36be2f94e6b1d6ef3b1f8ee6c638a4f929f506d0 (diff) | |
download | chromium_src-7bb9eb3fe659f6e04f98fc3cb22745cdd0ce62a6.zip chromium_src-7bb9eb3fe659f6e04f98fc3cb22745cdd0ce62a6.tar.gz chromium_src-7bb9eb3fe659f6e04f98fc3cb22745cdd0ce62a6.tar.bz2 |
Yet another test, this time with a tweak to the find test.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2207 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; |