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

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

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/browser/android/blimp/blimp_client_context_factory.h ('k') | chrome/browser/android/tab_android.h » ('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.cc
diff --git a/chrome/browser/android/blimp/blimp_client_context_factory.cc b/chrome/browser/android/blimp/blimp_client_context_factory.cc
index dd63089c29ec626dab012bd9e9a2e5b066ede7e8..1cf0fedbb28b66174e32a96eda0b5ce0a6b2e708 100644
--- a/chrome/browser/android/blimp/blimp_client_context_factory.cc
+++ b/chrome/browser/android/blimp/blimp_client_context_factory.cc
@@ -20,6 +20,7 @@ BlimpClientContextFactory* BlimpClientContextFactory::GetInstance() {
blimp::client::BlimpClientContext*
BlimpClientContextFactory::GetForBrowserContext(
content::BrowserContext* context) {
+ DCHECK(!context->IsOffTheRecord());
return static_cast<blimp::client::BlimpClientContext*>(
GetInstance()->GetServiceForBrowserContext(context, true));
}
« no previous file with comments | « chrome/browser/android/blimp/blimp_client_context_factory.h ('k') | chrome/browser/android/tab_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698