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

Unified Diff: content/app/android/app_jni_registrar.cc

Issue 2178973004: DialogSurfaceManager implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DialogSurfaceManager.java => DialogSurfaceManagerImpl.java and stopped using activity for window to… Created 4 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698