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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 22272006: Add support for multiple asynchronous browser startups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated tests to use assert messages. Cleaned some of them up a bit. Rebased. Created 7 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
« no previous file with comments | « chrome/android/testshell/res/values/strings.xml ('k') | content/browser/android/browser_startup_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 35da3af3f3f8193ac18c2970a6003515c7654f72..5e7940d048c94f6d809f73820fa9232e02b501da 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -9,7 +9,7 @@
#include "content/browser/accessibility/browser_accessibility_android.h"
#include "content/browser/accessibility/browser_accessibility_manager_android.h"
#include "content/browser/android/android_browser_process.h"
-#include "content/browser/android/browser_startup_config.h"
+#include "content/browser/android/browser_startup_controller.h"
#include "content/browser/android/child_process_launcher_android.h"
#include "content/browser/android/content_settings.h"
#include "content/browser/android/content_video_view.h"
@@ -42,7 +42,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"AndroidBrowserProcess", content::RegisterAndroidBrowserProcess},
{"BrowserAccessibilityManager",
content::RegisterBrowserAccessibilityManager},
- {"BrowserStartupConfiguration", content::RegisterBrowserStartupConfig},
+ {"BrowserStartupController", content::RegisterBrowserStartupController},
{"ChildProcessLauncher", content::RegisterChildProcessLauncher},
{"ContentSettings", content::ContentSettings::RegisterContentSettings},
{"ContentViewRenderView",
« no previous file with comments | « chrome/android/testshell/res/values/strings.xml ('k') | content/browser/android/browser_startup_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698