Index: chrome/browser/chromeos/policy/consumer_enrollment_handler.cc |
diff --git a/chrome/browser/chromeos/policy/consumer_enrollment_handler.cc b/chrome/browser/chromeos/policy/consumer_enrollment_handler.cc |
index 5c31a129b20328ea4e2e910199ba74282ed7644f..aa1238ebe66f8089ef8151fb1eb8e607b2532f6a 100644 |
--- a/chrome/browser/chromeos/policy/consumer_enrollment_handler.cc |
+++ b/chrome/browser/chromeos/policy/consumer_enrollment_handler.cc |
@@ -75,7 +75,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; |
@@ -104,10 +103,6 @@ std::string DesktopNotificationDelegate::id() const { |
return id_; |
} |
-content::WebContents* DesktopNotificationDelegate::GetWebContents() const { |
- return NULL; |
-} |
- |
void DesktopNotificationDelegate::Display() { |
} |