| Index: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h
|
| index f8b32fa5eced4f9aa7560e9abefe14feab9870b6..c5212af34f5c2acda2eb78d45e624986dcd9c483 100644
|
| --- a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h
|
| +++ b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h
|
| @@ -25,7 +25,6 @@ class QuitWithAppsController : public NotificationDelegate {
|
| virtual void Close(bool by_user) OVERRIDE;
|
| virtual void Click() OVERRIDE;
|
| virtual void ButtonClick(int button_index) OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| virtual std::string id() const OVERRIDE;
|
|
|
| // Attempt to quit Chrome. This will display a notification and return false
|
|
|