summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/script_badge_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/script_badge_controller.h')
-rw-r--r--chrome/browser/extensions/script_badge_controller.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/extensions/script_badge_controller.h b/chrome/browser/extensions/script_badge_controller.h
index 420e666b..7ae4b6c 100644
--- a/chrome/browser/extensions/script_badge_controller.h
+++ b/chrome/browser/extensions/script_badge_controller.h
@@ -24,6 +24,10 @@ class ExtensionAction;
class ExtensionService;
class TabContents;
+namespace base {
+class ListValue;
+}
+
namespace IPC {
class Message;
}
@@ -79,7 +83,8 @@ class ScriptBadgeController
const ExecuteScriptCallback& callback,
bool success,
int32 page_id,
- const std::string& error);
+ const std::string& error,
+ const base::ListValue& script_result);
// Gets the ExtensionService for |tab_contents_|.
ExtensionService* GetExtensionService();