summaryrefslogtreecommitdiff
path: root/chromium/components/search_engines/keyword_web_data_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/search_engines/keyword_web_data_service.h')
-rw-r--r--chromium/components/search_engines/keyword_web_data_service.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/chromium/components/search_engines/keyword_web_data_service.h b/chromium/components/search_engines/keyword_web_data_service.h
index 12ede63818d..f97f03638db 100644
--- a/chromium/components/search_engines/keyword_web_data_service.h
+++ b/chromium/components/search_engines/keyword_web_data_service.h
@@ -61,12 +61,13 @@ class KeywordWebDataService : public WebDataServiceBase {
DISALLOW_COPY_AND_ASSIGN(BatchModeScoper);
};
- KeywordWebDataService(scoped_refptr<WebDatabaseService> wdbs,
- scoped_refptr<base::SingleThreadTaskRunner> ui_thread,
- const ProfileErrorCallback& callback);
+ KeywordWebDataService(
+ scoped_refptr<WebDatabaseService> wdbs,
+ scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
+ const ProfileErrorCallback& callback);
- // As the database processes requests at a later date, all deletion is
- // done on the background thread.
+ // As the database processes requests at a later date, all deletion is done on
+ // the background sequence.
//
// Many of the keyword related methods do not return a handle. This is because
// the caller (TemplateURLService) does not need to know when the request is
@@ -95,7 +96,7 @@ class KeywordWebDataService : public WebDataServiceBase {
//////////////////////////////////////////////////////////////////////////////
//
- // The following methods are only invoked on the DB thread.
+ // The following methods are only invoked on the DB sequence.
//
//////////////////////////////////////////////////////////////////////////////
WebDatabase::State PerformKeywordOperationsImpl(