Index: chrome/browser/chromeos/power/peripheral_battery_observer.cc |
diff --git a/chrome/browser/chromeos/power/peripheral_battery_observer.cc b/chrome/browser/chromeos/power/peripheral_battery_observer.cc |
index a3f4b7f1e677924e3847681da909a2b73f27f5b5..2c6cf5ae1e705727b566c2722285216d97f517fe 100644 |
--- a/chrome/browser/chromeos/power/peripheral_battery_observer.cc |
+++ b/chrome/browser/chromeos/power/peripheral_battery_observer.cc |
@@ -79,11 +79,6 @@ class PeripheralBatteryNotificationDelegate : public NotificationDelegate { |
virtual void Close(bool by_user) override {} |
virtual void Click() override {} |
virtual std::string id() const override { return id_; } |
- // A NULL return value prevents loading image from URL. It is OK since our |
- // implementation loads image from system resource bundle. |
- virtual content::WebContents* GetWebContents() const override { |
- return NULL; |
- } |
private: |
virtual ~PeripheralBatteryNotificationDelegate() {} |