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 02ab4fdfd9db1471b0cda00bd207327f67864429..f5d724a1266fee825c2a3388630b6c5ba542cf06 100644 |
--- a/chrome/browser/intents/web_intents_registry.h |
+++ b/chrome/browser/intents/web_intents_registry.h |
@@ -47,6 +47,9 @@ class WebIntentsRegistry |
// |consumer| must not be NULL. |
QueryID GetIntentProviders(const string16& action, Consumer* consumer); |
+ // Requests all intent providers. |consumer| must not be NULL |
+ QueryID GetAllIntentProviders(Consumer* consumer); |
+ |
protected: |
// Make sure that only WebIntentsRegistryFactory can create an instance of |
// WebIntentsRegistry. |