Change DEFAULT_URI to BLANK 57/40657/1 accepted/tizen/tv/20150608.063632 submit/tizen_tv/20150608.023106
authorsungwon2.han <sungwon2.han@samsung.com>
Mon, 8 Jun 2015 02:28:35 +0000 (11:28 +0900)
committersungwon2.han <sungwon2.han@samsung.com>
Mon, 8 Jun 2015 02:30:00 +0000 (11:30 +0900)
Change-Id: Idb899162f9f726519bea630a4f90a60a3acf989a
Signed-off-by: sungwon2.han <sungwon2.han@samsung.com>
core/main.cpp

index 03edda8..009d812 100644 (file)
@@ -34,7 +34,7 @@
 
 ///\note Odroid platform modification
 #if PLATFORM(TIZEN)
-const std::string DEFAULT_URL = "file:///usr/apps/org.tizen.browser/res/demo/b.htm";
+const std::string DEFAULT_URL = "";
 
 static bool app_create(void * /*app_data*/)
 {