Chromium Code Reviews| Index: content/app/android/app_jni_registrar.cc |
| diff --git a/content/app/android/app_jni_registrar.cc b/content/app/android/app_jni_registrar.cc |
| index f8557b1b1b1750a4e49100f5952c160c1287f151..d8942188c1b224619e298a6a01af4d2935e09a5a 100644 |
| --- a/content/app/android/app_jni_registrar.cc |
| +++ b/content/app/android/app_jni_registrar.cc |
| @@ -13,8 +13,8 @@ |
| namespace { |
| base::android::RegistrationMethod kContentRegisteredMethods[] = { |
| - { "ContentMain", content::RegisterContentMain }, |
| - { "ChildProcessServiceImpl", content::RegisterChildProcessServiceImpl }, |
| + {"ContentMain", content::RegisterContentMain}, |
|
boliu
2016/11/04 00:07:19
err, avoid white space changes in gigantic CL..?
liberato (no reviews please)
2016/11/11 21:52:35
weird -- i can imagine that i indented accidentall
|
| + {"ChildProcessServiceImpl", content::RegisterChildProcessServiceImpl}, |
| }; |
| } // namespace |