From d028296ec1c0fdfbd40e2390ca3121de7055295d Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Sat, 1 Jan 2011 16:08:52 +0000 Subject: Remove base/debug_util. Move the debug UI related functions to base/debug/debugger.h Move the OS X specific crash report changing function to base/mac/os_crash_dumps TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6092005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70358 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/test/net/fake_external_tab.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome_frame') diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index f678d60..0cb72d1 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -12,7 +12,7 @@ #include "app/resource_bundle.h" #include "app/win/scoped_com_initializer.h" #include "base/command_line.h" -#include "base/debug_util.h" +#include "base/debug/debugger.h" #include "base/file_util.h" #include "base/file_version_info.h" #include "base/i18n/icu_util.h" @@ -309,7 +309,7 @@ void CFUrlRequestUnittestRunner::Initialize() { base::Time::EnableHighResolutionTimer(true); SuppressErrorDialogs(); - DebugUtil::SuppressDialogs(); + base::debug::SetSuppressDebugUI(true); #if !defined(PURIFY) logging::SetLogAssertHandler(UnitTestAssertHandler); #endif // !defined(PURIFY) -- cgit v1.1