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

Unified Diff: blimp/client/app/linux/blimp_client_context_delegate_linux.h

Issue 2391263005: Propagate error messages to UI for blimp. (Closed)
Patch Set: Minor fixes. Created 4 years, 2 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 | « no previous file | blimp/client/app/linux/blimp_client_context_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/linux/blimp_client_context_delegate_linux.h
diff --git a/blimp/client/app/linux/blimp_client_context_delegate_linux.h b/blimp/client/app/linux/blimp_client_context_delegate_linux.h
index dda453a739451034193ffbd4a82d9a3a76141ba8..d781e86752eb6cd2ab64dba8cd0d1ab8db62eab7 100644
--- a/blimp/client/app/linux/blimp_client_context_delegate_linux.h
+++ b/blimp/client/app/linux/blimp_client_context_delegate_linux.h
@@ -23,8 +23,10 @@ class BlimpClientContextDelegateLinux : public BlimpClientContextDelegate {
void OnAssignmentConnectionAttempted(AssignmentRequestResult result,
const Assignment& assignment) override;
std::unique_ptr<IdentityProvider> CreateIdentityProvider() override;
- void OnAuthenticationError(
- BlimpClientContextDelegate::AuthError error) override;
+ void OnAuthenticationError(const GoogleServiceAuthError& error) override;
+ void OnConnected() override;
+ void OnEngineDisconnected(int result) override;
+ void OnNetworkDisconnected(int result) override;
private:
DISALLOW_COPY_AND_ASSIGN(BlimpClientContextDelegateLinux);
« no previous file with comments | « no previous file | blimp/client/app/linux/blimp_client_context_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698