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

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

Issue 10824212: Add support for unregistering web intents default by service_url. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Respond to review comments. Primarily use shorter form method names. 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..f93fb720db22cf74429bd195ec85107d28728f14 100644
--- a/chrome/browser/intents/web_intents_registry.h
+++ b/chrome/browser/intents/web_intents_registry.h
@@ -95,6 +95,9 @@ class WebIntentsRegistry : public ProfileKeyedService {
virtual void UnregisterDefaultIntentService(
const DefaultWebIntentService& default_service);
+ // Delete all default service entries associated with |service_url|.
+ virtual void UnregisterDefaultServices(const GURL& service_url);
James Hawkins 2012/08/08 20:30:11 'Services' here is a misnomer, since we're technic
+
// Requests the best default intent service for the given invocation
// parameters.
// |callback| must not be null.
« 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