| Index: chrome/browser/ui/views/hung_renderer_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/hung_renderer_view.cc (revision 101584)
|
| +++ chrome/browser/ui/views/hung_renderer_view.cc (working copy)
|
| @@ -554,7 +554,7 @@
|
|
|
| namespace browser {
|
|
|
| -void ShowNativeHungRendererDialog(TabContents* contents) {
|
| +void ShowHungRendererDialog(TabContents* contents) {
|
| if (!logging::DialogsAreSuppressed()) {
|
| if (!g_instance)
|
| g_instance = CreateHungRendererDialogView();
|
| @@ -562,7 +562,7 @@
|
| }
|
| }
|
|
|
| -void HideNativeHungRendererDialog(TabContents* contents) {
|
| +void HideHungRendererDialog(TabContents* contents) {
|
| if (!logging::DialogsAreSuppressed() && g_instance)
|
| g_instance->EndForTabContents(contents);
|
| }
|
|
|