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

Unified Diff: blimp/client/public/blimp_client_context_delegate.h

Issue 2431653004: Setup Blimp internal string resources. (Closed)
Patch Set: Removed unused entry in public/DEPS 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
Index: blimp/client/public/blimp_client_context_delegate.h
diff --git a/blimp/client/public/blimp_client_context_delegate.h b/blimp/client/public/blimp_client_context_delegate.h
index 511c56ba1dde0d28e49652ff473a4a5d3409a581..eb1e79aabb09b72650be81d437cfca85db3a9963 100644
--- a/blimp/client/public/blimp_client_context_delegate.h
+++ b/blimp/client/public/blimp_client_context_delegate.h
@@ -40,7 +40,7 @@ class BlimpClientContextDelegate {
// Propagate authentication error to the embedder.
virtual void OnAuthenticationError(const GoogleServiceAuthError& error) = 0;
- // Called when the client connected to the engine.
+ // Called when the client is connected to the engine.
virtual void OnConnected() = 0;
// Called when the client is disconnected from the engine.

Powered by Google App Engine
This is Rietveld 408576698