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

Unified Diff: chrome/browser/android/blimp/blimp_client_context_factory.h

Issue 2233023002: Adding BlimpNavigationController to Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nav_handler_remove
Patch Set: Fixing unit tests Created 4 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 | « chrome/android/java_sources.gni ('k') | chrome/browser/android/blimp/blimp_client_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/blimp/blimp_client_context_factory.h
diff --git a/chrome/browser/android/blimp/blimp_client_context_factory.h b/chrome/browser/android/blimp/blimp_client_context_factory.h
index db571608e056dbbb4b723279a5fbbce17536e2d9..4b95cf68a3f4e890e3d55f6e75fe5bb54679b7c3 100644
--- a/chrome/browser/android/blimp/blimp_client_context_factory.h
+++ b/chrome/browser/android/blimp/blimp_client_context_factory.h
@@ -30,7 +30,8 @@ class BlimpClientContextFactory : public BrowserContextKeyedServiceFactory {
// Returns singleton instance of BlimpClientContextFactory.
static BlimpClientContextFactory* GetInstance();
- // Returns the BlimpClientContext associated with |context|.
+ // Returns the BlimpClientContext associated with |context| or creates a new
+ // one if it doesn't exist.
static blimp::client::BlimpClientContext* GetForBrowserContext(
content::BrowserContext* context);
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/blimp/blimp_client_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698