| 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 d2d1ac2768fc8c97d388454937236e895ddd4618..21875af3885c9b41b66bf1a7fd8c726c10fa0dce 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
|
| @@ -95,10 +95,6 @@ void QuitWithAppsController::ButtonClick(int button_index) {
|
| }
|
| }
|
|
|
| -content::WebContents* QuitWithAppsController::GetWebContents() const {
|
| - return NULL;
|
| -}
|
| -
|
| std::string QuitWithAppsController::id() const {
|
| return kQuitWithAppsNotificationID;
|
| }
|
|
|