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

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

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
Index: chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h
diff --git a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h
index c41765df005ba89232b769e01d0536d3d1bd3920..4e37ab6041ebae8d50c36620a935c7c426da7eb0 100644
--- a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h
+++ b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h
@@ -31,6 +31,9 @@ class ChromeBlimpClientContextDelegate
// BlimpClientContextDelegate implementation.
void AttachBlimpContentsHelpers(
blimp::client::BlimpContents* blimp_contents) override;
+ void OnAssignmentConnectionAttempted(
+ blimp::client::AssignmentRequestResult result,
+ const blimp::client::Assignment& assignment) override;
private:
// The profile this delegate is used for.

Powered by Google App Engine
This is Rietveld 408576698