From: sungwon2.han Date: Mon, 8 Jun 2015 02:28:35 +0000 (+0900) Subject: Change DEFAULT_URI to BLANK X-Git-Tag: accepted/tizen/tv/20150608.063632^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9adab0acc78f2317620280282027e297ecf57c71;p=profile%2Ftv%2Fapps%2Fweb%2Fbrowser.git Change DEFAULT_URI to BLANK Change-Id: Idb899162f9f726519bea630a4f90a60a3acf989a Signed-off-by: sungwon2.han --- diff --git a/core/main.cpp b/core/main.cpp index 03edda8..009d812 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -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*/) {