| 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 5e4a7f3d80f9bd2f6205fe2e716b3a9157ebce94..135b1453c7c7e76206fc6d48c0e15c7070fcc610 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() {}
|
|
|