diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 21:07:36 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 21:07:36 +0000 |
commit | 448a548866df4ac09dcac99d1c0b24e7a575d4f0 (patch) | |
tree | 9fd0c3c3db7ba56b99f519402df0f2e5dfbdaa38 /chrome/browser/webdata/web_intents_table.h | |
parent | 25b9d66d7649bc861753f6ac8a6a7aa91b859193 (diff) | |
download | chromium_src-448a548866df4ac09dcac99d1c0b24e7a575d4f0.zip chromium_src-448a548866df4ac09dcac99d1c0b24e7a575d4f0.tar.gz chromium_src-448a548866df4ac09dcac99d1c0b24e7a575d4f0.tar.bz2 |
webdata: Rename GetWebIntentServices() to GetWebIntentServicesForAction().
This was a TODO for smckay.
R=pkasting@chromium.org
TBR=dhollowa@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11280299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/webdata/web_intents_table.h')
-rw-r--r-- | chrome/browser/webdata/web_intents_table.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/webdata/web_intents_table.h b/chrome/browser/webdata/web_intents_table.h index 4fa1f1a..6ae391e 100644 --- a/chrome/browser/webdata/web_intents_table.h +++ b/chrome/browser/webdata/web_intents_table.h @@ -62,9 +62,8 @@ class WebIntentsTable : public WebDatabaseTable { // If |service| already exists, replaces it. bool SetWebIntentService(const webkit_glue::WebIntentServiceData& service); - // TODO(smckay): rename to GetWebIntentServicesForAction // Retrieve all |services| from WebIntents table that match |action|. - bool GetWebIntentServices( + bool GetWebIntentServicesForAction( const string16& action, std::vector<webkit_glue::WebIntentServiceData>* services); |