| Index: chrome/browser/ui/cocoa/hung_renderer_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/hung_renderer_controller.mm (revision 101584)
|
| +++ chrome/browser/ui/cocoa/hung_renderer_controller.mm (working copy)
|
| @@ -215,7 +215,7 @@
|
|
|
| namespace browser {
|
|
|
| -void ShowNativeHungRendererDialog(TabContents* contents) {
|
| +void ShowHungRendererDialog(TabContents* contents) {
|
| if (!logging::DialogsAreSuppressed()) {
|
| if (!g_instance)
|
| g_instance = [[HungRendererController alloc]
|
| @@ -224,7 +224,7 @@
|
| }
|
| }
|
|
|
| -void HideNativeHungRendererDialog(TabContents* contents) {
|
| +void HideHungRendererDialog(TabContents* contents) {
|
| if (!logging::DialogsAreSuppressed() && g_instance)
|
| [g_instance endForTabContents:contents];
|
| }
|
|
|