Index: blimp/client/public/blimp_client_context.h |
diff --git a/blimp/client/public/blimp_client_context.h b/blimp/client/public/blimp_client_context.h |
index 8bf3c4a27c7312c05d0089944ce9e26caa6a18a6..d3462f600fef4b263ad09bdcc4c0ce781ed138c3 100644 |
--- a/blimp/client/public/blimp_client_context.h |
+++ b/blimp/client/public/blimp_client_context.h |
@@ -66,6 +66,7 @@ class BlimpClientContext : public KeyedService { |
static void ApplyBlimpSwitches(CommandLinePrefStore* store); |
// The delegate provides all the required functionality from the embedder. |
+ // We must call SetDelegate right after the constructor. |
Khushal
2016/11/03 00:17:24
nit: The context must be initialized with a |deleg
nyquist
2016/11/03 00:21:40
Should this also be mentioned in the constructor c
Khushal
2016/11/03 00:25:51
That makes sense. In fact mentioning it there shou
xingliu
2016/11/03 00:33:31
Done.
|
virtual void SetDelegate(BlimpClientContextDelegate* delegate) = 0; |
// Creates a new BlimpContents that will be shown in |window|. |