| Index: chrome/browser/chromeos/policy/consumer_management_service.cc
|
| diff --git a/chrome/browser/chromeos/policy/consumer_management_service.cc b/chrome/browser/chromeos/policy/consumer_management_service.cc
|
| index 232b8e8daddb69b5b834b55b2b677cf87dc01ccb..86800e7829f7f1a216c609998089292bbac3eac4 100644
|
| --- a/chrome/browser/chromeos/policy/consumer_management_service.cc
|
| +++ b/chrome/browser/chromeos/policy/consumer_management_service.cc
|
| @@ -81,7 +81,6 @@ class DesktopNotificationDelegate : public NotificationDelegate {
|
|
|
| // NotificationDelegate:
|
| virtual std::string id() const OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| virtual void Display() OVERRIDE;
|
| virtual void ButtonClick(int button_index) OVERRIDE;
|
| virtual void Error() OVERRIDE;
|
| @@ -110,10 +109,6 @@ std::string DesktopNotificationDelegate::id() const {
|
| return id_;
|
| }
|
|
|
| -content::WebContents* DesktopNotificationDelegate::GetWebContents() const {
|
| - return NULL;
|
| -}
|
| -
|
| void DesktopNotificationDelegate::Display() {
|
| }
|
|
|
|
|