WRT tries to load chrome app resources which is not required.
As a result of it , few WebTCT failures were observed. This
commit fixes the same.
Change-Id: I4bce452d30d1b65746166da9e68c8311e9477ed8
Signed-off-by: Satyaveer Singh <satyaveer.s@samsung.com>
fake_browser_process_->SetSystemLocale(GetCurrentSystemLocale());
#else
fake_browser_process_->SetSystemLocale(base::i18n::GetConfiguredLocale());
-#endif
#endif
auto* command_line = base::CommandLine::ForCurrentProcess();
env->UnSetVar("LC_ALL");
}
#endif
+#endif // !defined(ENABLE_WRT_JS)
// Force MediaCaptureDevicesDispatcher to be created on UI thread.
MediaCaptureDevicesDispatcher::GetInstance();