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

Unified Diff: components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a spurious diff Created 6 years, 8 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: components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h
diff --git a/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h b/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h
index 71d98b1538af4c6fa1a0180bbf4436b693e17a6a..57161f186fc71ba9a55adac6a8ef2defc9f655d5 100644
--- a/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h
+++ b/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h
@@ -36,10 +36,11 @@ class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedServiceFactory
typedef scoped_refptr<RefcountedBrowserContextKeyedService>(
*TestingFactoryFunction)(content::BrowserContext* context);
- // Associates |factory| with |context| so that |factory| is used to create
- // the KeyedService when requested. |factory| can be NULL to signal that
- // KeyedService should be NULL. Multiple calls to SetTestingFactory() are
- // allowed; previous services will be shut down.
+ // Associates |factory| with |context| so that |factory| is used to create the
+ // KeyedService when requested. |factory| can be NULL to signal that the
+ // KeyedService should be NULL. |context| can be NULL to signal that the
+ // factory should be used for all contexts. Multiple calls to
+ // SetTestingFactory() are allowed; previous services will be shut down.
void SetTestingFactory(content::BrowserContext* context,
TestingFactoryFunction factory);

Powered by Google App Engine
This is Rietveld 408576698