From: Szymon Jastrzebski Date: Mon, 15 Jan 2018 11:57:52 +0000 (+0100) Subject: [Application] Removing useless comment X-Git-Tag: submit/tizen/20180205.083005~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e002e27f6fea2d576e492e21e5929c86f4e6ab5e;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Application] Removing useless comment The Context-History related features are available on Mobile&Wearables. Change-Id: I1c232b55e80760dbbe08b8b69be2121e9cd000b4 Signed-off-by: Szymon Jastrzebski --- diff --git a/src/application/application_manager.cc b/src/application/application_manager.cc index 67e92d36..76c705eb 100644 --- a/src/application/application_manager.cc +++ b/src/application/application_manager.cc @@ -1356,8 +1356,6 @@ void ApplicationManager::GetBatteryUsageInfo(const picojson::value& args, picojs TaskQueue::GetInstance().Queue(get_battery_usage, get_battery_usage_response, data); #else - // 20170510 Context API is supported only for mobile profile, other ones would result with - // NotSupportedError LogAndReportError(PlatformResult(ErrorCode::NOT_SUPPORTED_ERR, "This feature is not supported on this profile."), out, ("NOT_SUPPORTED_ERR: This feature is not supported on this profile")); @@ -1392,8 +1390,6 @@ void ApplicationManager::GetAppsUsageInfo(const picojson::value& args, picojson: TaskQueue::GetInstance().Queue(get_apps_usage, get_apps_usage_response, data); #else - // Context API is supported only for mobile profile, other ones would result with - // NotSupportedError LogAndReportError(PlatformResult(ErrorCode::NOT_SUPPORTED_ERR, "This feature is not supported on this profile."), out, ("NOT_SUPPORTED_ERR: This feature is not supported on this profile"));