From 04d00f6850cf6be29944f95822424ba2d26c2531 Mon Sep 17 00:00:00 2001 From: JongHeon Choi Date: Tue, 17 May 2016 11:28:05 +0900 Subject: [PATCH] Revert "explicit call aul_prepare_candidate_process()" This reverts commit 575d8b20f23c4ff64cb15929e1a35ccdead73b4c. --- runtime/browser/web_application.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index a40740f..fa83d7b 100644 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -715,8 +715,6 @@ void WebApplication::OnRendered(WebView* /*view*/) { STEP_PROFILE_END("Start -> Launch Completed"); LOGGER(DEBUG) << "Rendered"; splash_screen_->HideSplashScreen(SplashScreen::HideReason::RENDERED); - - aul_prepare_candidate_process(); } void WebApplication::LaunchInspector(common::AppControl* appcontrol) { -- 2.7.4