| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 060614d729cf95a5634c64baf07b088294b6d300..166257196751abb50311836b83a36f95806b652f 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -236,13 +236,6 @@ class HistoryService : public CancelableRequestProvider,
|
| const GURL& url,
|
| base::Time end_ts);
|
|
|
| - // Indexing ------------------------------------------------------------------
|
| -
|
| - // Notifies history of the body text of the given recently-visited URL.
|
| - // If the URL was not visited "recently enough," the history system may
|
| - // discard it.
|
| - void SetPageContents(const GURL& url, const string16& contents);
|
| -
|
| // Querying ------------------------------------------------------------------
|
|
|
| // Returns the information about the requested URL. If the URL is found,
|
|
|