| Index: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| diff --git a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| index 21875af3885c9b41b66bf1a7fd8c726c10fa0dce..3a65f0d0b0b9cdd15610d726c236a9d0a5d79c8e 100644
|
| --- a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| +++ b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| @@ -72,8 +72,6 @@ QuitWithAppsController::~QuitWithAppsController() {}
|
|
|
| void QuitWithAppsController::Display() {}
|
|
|
| -void QuitWithAppsController::Error() {}
|
| -
|
| void QuitWithAppsController::Close(bool by_user) {
|
| if (by_user)
|
| suppress_for_session_ = true;
|
|
|