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

Unified Diff: chrome/browser/intents/web_intents_registry.h

Issue 10854019: Make GetIntentServicesForExtensionFilter work synchronously (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetIntentServicesForExtensionFilter synchronous. Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/intents/web_intents_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/web_intents_registry.h
diff --git a/chrome/browser/intents/web_intents_registry.h b/chrome/browser/intents/web_intents_registry.h
index 404d6822f46ba67100d0d3252eeff1dabfbd35b4..cfff491df4bdf6cc6257101e9e067a171d317f60 100644
--- a/chrome/browser/intents/web_intents_registry.h
+++ b/chrome/browser/intents/web_intents_registry.h
@@ -84,7 +84,7 @@ class WebIntentsRegistry : public ProfileKeyedService {
void GetIntentServicesForExtensionFilter(const string16& action,
const string16& type,
const std::string& extension_id,
- const QueryCallback& callback);
+ IntentServiceList* services);
// Record the given default service entry.
virtual void RegisterDefaultIntentService(
@@ -143,12 +143,6 @@ class WebIntentsRegistry : public ProfileKeyedService {
const DefaultQueryCallback& callback,
const WDTypedResult* result);
- // Implementation of GetIntentServicesForExtensionFilter.
- void DoGetIntentServicesForExtensionFilter(
- const QueryParams& params,
- const std::string& extension_id,
- const QueryCallback& callback);
-
const extensions::Extension* ExtensionForURL(const std::string& url);
// Adds a query to the list of pending queries.
« no previous file with comments | « no previous file | chrome/browser/intents/web_intents_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698