From 448a548866df4ac09dcac99d1c0b24e7a575d4f0 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sat, 8 Dec 2012 21:07:36 +0000 Subject: 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 --- chrome/browser/webdata/web_intents_table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/browser/webdata/web_intents_table.h') 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* services); -- cgit v1.1