| Index: chrome/browser/chromeos/drive/change_list_loader.h
|
| diff --git a/chrome/browser/chromeos/drive/change_list_loader.h b/chrome/browser/chromeos/drive/change_list_loader.h
|
| index f6b2918240b0e2ce67ade183a6fb32f09ae89ece..bccbceede84f8249a2d18e6d104c071dabacdd69 100644
|
| --- a/chrome/browser/chromeos/drive/change_list_loader.h
|
| +++ b/chrome/browser/chromeos/drive/change_list_loader.h
|
| @@ -49,8 +49,6 @@ class ChangeListLoader {
|
| void AddObserver(ChangeListLoaderObserver* observer);
|
| void RemoveObserver(ChangeListLoaderObserver* observer);
|
|
|
| - bool loaded() const { return loaded_; }
|
| -
|
| // Starts the change list loading first from the cache. If loading from the
|
| // cache is successful, runs |callback| and starts loading from the server
|
| // if needed (i.e. the cache is old). If loading from the cache is
|
|
|