| Index: chrome/browser/history/in_memory_url_index.h
|
| ===================================================================
|
| --- chrome/browser/history/in_memory_url_index.h (revision 154855)
|
| +++ chrome/browser/history/in_memory_url_index.h (working copy)
|
| @@ -149,6 +149,7 @@
|
| public:
|
| explicit RebuildPrivateDataFromHistoryDBTask(
|
| InMemoryURLIndex* index,
|
| + Profile* profile,
|
| const std::string& languages,
|
| const std::set<std::string>& scheme_whitelist);
|
|
|
| @@ -160,6 +161,7 @@
|
| virtual ~RebuildPrivateDataFromHistoryDBTask();
|
|
|
| InMemoryURLIndex* index_; // Call back to this index at completion.
|
| + Profile* profile_;
|
| std::string languages_; // Languages for word-breaking.
|
| std::set<std::string> scheme_whitelist_; // Schemes to be indexed.
|
| bool succeeded_; // Indicates if the rebuild was successful.
|
|
|