Revert "Show window after launch for remote URL" 77/105077/1
authorjaekuk lee <juku1999@samsung.com>
Thu, 15 Dec 2016 09:46:59 +0000 (01:46 -0800)
committerjaekuk lee <juku1999@samsung.com>
Thu, 15 Dec 2016 09:46:59 +0000 (01:46 -0800)
This reverts commit 31dc726d6753f186c4e815335e8d08edd1f901b7.

Change-Id: Icb8cd8b26c44ae53403ae2ad894eea90ead7851c

runtime/browser/web_application.cc

index fbf2817..59b8611 100755 (executable)
@@ -444,14 +444,6 @@ void WebApplication::Launch(std::unique_ptr<common::AppControl> appcontrol) {
   }
 
   launched_ = true;
-
-#ifdef PROFILE_MOBILE
-  if (!common::utils::StartsWith(view->GetUrl(), kFileScheme)) {
-    LOGGER(DEBUG) << "Show window after launch for remote URL";
-    window_->Show();
-    window_->Active();
-  }
-#endif  // PROFILE_MOBILE
 }
 
 void WebApplication::AppControl(