diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-04 01:41:27 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-04 01:41:27 +0000 |
commit | d33220295da18b9969cd84c51cf9f10019f82ae1 (patch) | |
tree | 9ce223f809a7e6dd141dfdc189d84587fd05278d /chrome/browser/hang_monitor | |
parent | 1467cfeb9f7dd20bb9455874877a7403f61059b8 (diff) | |
download | chromium_src-d33220295da18b9969cd84c51cf9f10019f82ae1.zip chromium_src-d33220295da18b9969cd84c51cf9f10019f82ae1.tar.gz chromium_src-d33220295da18b9969cd84c51cf9f10019f82ae1.tar.bz2 |
browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h into chrome namespace.
BUG=133088
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10689095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145421 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/hang_monitor')
-rw-r--r-- | chrome/browser/hang_monitor/hung_plugin_action.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/hang_monitor/hung_plugin_action.cc b/chrome/browser/hang_monitor/hung_plugin_action.cc index 35ae2a4..0668425 100644 --- a/chrome/browser/hang_monitor/hung_plugin_action.cc +++ b/chrome/browser/hang_monitor/hung_plugin_action.cc @@ -113,9 +113,9 @@ bool HungPluginAction::OnHungWindowDetected(HWND hung_window, HungWindowResponseCallback, reinterpret_cast<ULONG_PTR>(this)); current_hung_plugin_window_ = hung_window; - if (browser::ShowMessageBox(NULL, title, message, - browser::MESSAGE_BOX_TYPE_QUESTION) == - browser::MESSAGE_BOX_RESULT_YES) { + if (chrome::ShowMessageBox(NULL, title, message, + chrome::MESSAGE_BOX_TYPE_QUESTION) == + chrome::MESSAGE_BOX_RESULT_YES) { *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS; } else { // If the user choses to ignore the hung window warning, the |