| Index: chrome/browser/history/in_memory_url_index.h
|
| diff --git a/chrome/browser/history/in_memory_url_index.h b/chrome/browser/history/in_memory_url_index.h
|
| index ebc7b7cc2cf34a789cb6f09f942ead0d1423b07d..43b15957a0671984190a1ac6d40e1c4b775c933a 100644
|
| --- a/chrome/browser/history/in_memory_url_index.h
|
| +++ b/chrome/browser/history/in_memory_url_index.h
|
| @@ -297,8 +297,6 @@ class InMemoryURLIndex : public content::NotificationObserver,
|
| // to be cached. Set to false when the index has been cached. Used as a
|
| // temporary safety check to insure that the cache is saved before the
|
| // index has been destructed.
|
| - // TODO(mrossetti): Eliminate once the transition to SQLite has been done.
|
| - // http://crbug.com/83659
|
| bool needs_to_be_cached_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
|
|
|