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

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

Issue 2211613002: Add AssignmentSource to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge origin/master 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/chrome_blimp_client_context_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc
diff --git a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc
index 278df7868d359640a42634b805809af806b30e3a..dc1ca4e39be3ad3d18ed7e325992707d0939d9e7 100644
--- a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc
+++ b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc
@@ -27,3 +27,7 @@ void ChromeBlimpClientContextDelegate::AttachBlimpContentsHelpers(
blimp::client::BlimpContents* blimp_contents) {
AttachProfileToBlimpContents(blimp_contents, profile_);
}
+
+void ChromeBlimpClientContextDelegate::OnAssignmentConnectionAttempted(
+ blimp::client::AssignmentRequestResult result,
+ const blimp::client::Assignment& assignment) {}
« no previous file with comments | « chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698