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

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

Issue 2193623002: Make the BlimpClientContextImplAndroid become a BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge origin/master 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/public/blimp_client_context.h
diff --git a/blimp/client/public/blimp_client_context.h b/blimp/client/public/blimp_client_context.h
index 2b766e293e91b6c780c3412d1fd7cf0fde93b06d..e43e73905044e01ee4bf6870122362d24c6e84b8 100644
--- a/blimp/client/public/blimp_client_context.h
+++ b/blimp/client/public/blimp_client_context.h
@@ -30,8 +30,10 @@ namespace client {
class BlimpClientContext : public KeyedService {
public:
#if defined(OS_ANDROID)
- // Returns a Java object of the type BlimpClientContext.
- virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
+ // Returns a Java object of the type BlimpClientContext for the given
+ // BlimpClientContext.
+ static base::android::ScopedJavaLocalRef<jobject> GetJavaObject(
+ BlimpClientContext* blimp_client_context);
#endif // defined(OS_ANDROID)
// Creates a BlimpClientContext. The implementation of this function
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.cc ('k') | chrome/browser/android/blimp/blimp_client_context_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698