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

Unified Diff: blimp/client/core/blimp_client_context_impl.h

Issue 2191743002: Setup the delegate in Chrome, so we may put chrome java functions we need in blimp to the delegate … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 4 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/core/blimp_client_context_impl.h
diff --git a/blimp/client/core/blimp_client_context_impl.h b/blimp/client/core/blimp_client_context_impl.h
index e108782858c9b464d5829ef7c3cc4413b5ab8a4a..8758df4eeb71f8ac61489fbb21c5092d00ba7a0a 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -33,6 +33,9 @@ class BlimpClientContextImpl : public BlimpClientContext,
scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner);
~BlimpClientContextImpl() override;
+ // Get BlimpClientContextDelegate which contains embedder callbacks.
+ BlimpClientContextDelegate* GetDelegate();
+
// BlimpClientContext implementation.
void SetDelegate(BlimpClientContextDelegate* delegate) override;
std::unique_ptr<BlimpContents> CreateBlimpContents() override;

Powered by Google App Engine
This is Rietveld 408576698