| Index: chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| index 0ff1153d0bde004648743745aa791ef68f21456a..f48e3908bc034ac3ca8e1dbaee9d8b59b66d5236 100644
|
| --- a/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| +++ b/chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
| @@ -73,9 +73,6 @@ class FakeSyncNotifierObserverIO
|
| virtual void OnNotificationStateChange(bool notifications_enabled) {
|
| NOTREACHED();
|
| }
|
| - virtual void StoreState(const std::string& state) OVERRIDE {
|
| - NOTREACHED();
|
| - }
|
|
|
| bool ReceivedProperNotification() const {
|
| return (notification_count_ == 1) && !received_improper_notification_;
|
|
|