Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1881)

Unified Diff: chrome/browser/webdata/web_data_service.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/webdata/web_data_service.h
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h
index 5f6ce06b8866ac75fa362b34dc52078f7a0a43d9..986695c73d2b582240bd551bb8ecfe7c024e201f 100644
--- a/chrome/browser/webdata/web_data_service.h
+++ b/chrome/browser/webdata/web_data_service.h
@@ -29,7 +29,7 @@ class SkBitmap;
class Task;
class TemplateURL;
class WebDatabase;
-struct WebIntentData;
+struct WebIntentServiceData;
namespace base {
class Thread;
@@ -350,10 +350,10 @@ class WebDataService
//////////////////////////////////////////////////////////////////////////////
// Adds a web intent provider registration.
- void AddWebIntent(const WebIntentData& intent);
+ void AddWebIntent(const WebIntentServiceData& service);
// Removes a web intent provider registration.
- void RemoveWebIntent(const WebIntentData& intent);
+ void RemoveWebIntent(const WebIntentServiceData& service);
// Get all web intent providers registered for the specified |action|.
// |consumer| must not be NULL.
@@ -590,8 +590,8 @@ class WebDataService
// Web Intents.
//
//////////////////////////////////////////////////////////////////////////////
- void AddWebIntentImpl(GenericRequest<WebIntentData>* request);
- void RemoveWebIntentImpl(GenericRequest<WebIntentData>* request);
+ void AddWebIntentImpl(GenericRequest<WebIntentServiceData>* request);
+ void RemoveWebIntentImpl(GenericRequest<WebIntentServiceData>* request);
void GetWebIntentsImpl(GenericRequest<string16>* request);
void GetAllWebIntentsImpl(GenericRequest<std::string>* request);
« no previous file with comments | « chrome/browser/ui/webui/options/web_intents_settings_handler.cc ('k') | chrome/browser/webdata/web_data_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698