Chromium Code Reviews| 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 52573d3a726e438e4bc4b0ffa1083320b5237447..1ffbe93b1b92779c4e07446b0e2b3a53ad00f4b7 100644 |
| --- a/blimp/client/public/blimp_client_context.h |
| +++ b/blimp/client/public/blimp_client_context.h |
| @@ -52,6 +52,8 @@ class BlimpClientContext : public KeyedService { |
| virtual void SetDelegate(BlimpClientContextDelegate* delegate) = 0; |
| // Creates a new BlimpContents. |
| + // Currently we want to have a single BlimpContents. If there is an existing |
|
David Trainor- moved to gerrit
2016/08/30 23:31:12
Add the same TODO.
Menglin
2016/08/31 00:13:02
Done.
|
| + // contents, return nullptr. |
| virtual std::unique_ptr<BlimpContents> CreateBlimpContents() = 0; |
| // Start authentication flow and connection to engine. |