Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / infobars / infobar_extension_api.cc
index a7d32db..ad2f262 100644 (file)
@@ -19,8 +19,7 @@
 #include "extensions/common/extension.h"
 #include "grit/generated_resources.h"
 
-
-bool InfobarsShowFunction::RunImpl() {
+bool InfobarsShowFunction::RunSync() {
   base::DictionaryValue* args;
   EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));