Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / manifest_handlers / tizen_splash_screen_handler.cc
index b8d5044..0c8abc5 100644 (file)
@@ -45,8 +45,7 @@ bool TizenSplashScreenHandler::Parse(scoped_refptr<ApplicationData> application,
 
 bool TizenSplashScreenHandler::Validate(
     scoped_refptr<const ApplicationData> application,
-    std::string* error,
-    std::vector<InstallWarning>* warnings) const {
+    std::string* error) const {
   const Manifest* manifest = application->GetManifest();
   DCHECK(manifest);
   base::Value* splash_screen = NULL;