| 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..264fe41d71c65f009fb5cb2249c05a0b2864acb4 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.
|
| + // The context must be initialized with a |delegate| before it can be used.
|
| virtual void SetDelegate(BlimpClientContextDelegate* delegate) = 0;
|
|
|
| // Creates a new BlimpContents that will be shown in |window|.
|
|
|