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

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: Fix issue when moving around code. Created 4 years, 5 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 d2414432a1279126c920f91b515beec5858b5198..a5f463400433eaa14c163c046a9fdcc1c3b073a6 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -29,6 +29,9 @@ class BlimpClientContextImpl : public BlimpClientContext,
BlimpClientContextImpl();
~BlimpClientContextImpl() override;
+ // Get BlimpClientContextDelegate which contains embedder callbacks.
+ BlimpClientContextDelegate* GetDelegate();
+
#if defined(OS_ANDROID)
BlimpClientContextImplAndroid* GetBlimpClientContextImplAndroid();
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698