| Index: storage/browser/quota/storage_monitor.h | 
| diff --git a/storage/browser/quota/storage_monitor.h b/storage/browser/quota/storage_monitor.h | 
| index 01cb447b8fe8251de87355eae1cc1e17fe779672..85e3e3d7d65fd6da3e040c9413b9fc4b0d757a93 100644 | 
| --- a/storage/browser/quota/storage_monitor.h | 
| +++ b/storage/browser/quota/storage_monitor.h | 
| @@ -131,8 +131,6 @@ class STORAGE_EXPORT StorageTypeObservers { | 
| void AddObserver(StorageObserver* observer, | 
| const StorageObserver::MonitorParams& params); | 
| void RemoveObserver(StorageObserver* observer); | 
| -  void RemoveObserverForFilter(StorageObserver* observer, | 
| -                               const StorageObserver::Filter& filter); | 
|  | 
| // Returns the observers of a specific host. | 
| const HostStorageObservers* GetHostObservers(const std::string& host) const; | 
|  |