| Index: components/offline_pages/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
|
| index df8bad99d3412380165ee7c2dc668cb530c22625..bfe08bd3609812ddbb35c3cc2d45b11638d5b190 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -62,8 +62,7 @@ bool RequestCoordinator::SavePageLater(
|
| const GURL& url, const ClientId& client_id, bool was_user_requested) {
|
| DVLOG(2) << "URL is " << url << " " << __FUNCTION__;
|
|
|
| - // TODO(petewil): We need a robust scheme for allocating new IDs. We may need
|
| - // GUIDS for the downloads home design.
|
| + // TODO(petewil): We need a robust scheme for allocating new IDs.
|
| static int64_t id = 0;
|
|
|
| // Build a SavePageRequest.
|
|
|