| 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
|
|
|