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

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

Issue 2470913005: Fix the blimp settings crash. (Closed)
Patch Set: Polish the SetDelegate call. Created 4 years, 1 month 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 | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698