| Index: content/shell/android/shell_manager.cc
|
| diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc
|
| index 4d11578724f2a48ce5b8dd445001611f651a1b04..cda6e62b9e6f0cb550bba0b2397ab5bccaba88a9 100644
|
| --- a/content/shell/android/shell_manager.cc
|
| +++ b/content/shell/android/shell_manager.cc
|
| @@ -52,6 +52,7 @@ bool RegisterShellManager(JNIEnv* env) {
|
| }
|
|
|
| static void Init(JNIEnv* env, jclass clazz, jobject obj) {
|
| + LOG(ERROR) << "SLSLSLSL: Init()";
|
| g_global_state.Get().j_shell_manager.Reset(
|
| base::android::ScopedJavaLocalRef<jobject>(env, obj));
|
| }
|
|
|