Revert "explicit call aul_prepare_candidate_process()"
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 17 May 2016 02:28:05 +0000 (11:28 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 17 May 2016 02:40:44 +0000 (11:40 +0900)
This reverts commit 575d8b20f23c4ff64cb15929e1a35ccdead73b4c.

runtime/browser/web_application.cc

index a40740f..fa83d7b 100644 (file)
@@ -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) {