Index: chrome/browser/extensions/api/tabs/tabs.h |
diff --git a/chrome/browser/extensions/api/tabs/tabs.h b/chrome/browser/extensions/api/tabs/tabs.h |
index e39f59ac32f6bc7a35353c88ee58e0fb415ebfce..26125ac2244ebe1e2c9b1d4eb55e3d725024722e 100644 |
--- a/chrome/browser/extensions/api/tabs/tabs.h |
+++ b/chrome/browser/extensions/api/tabs/tabs.h |
@@ -129,9 +129,9 @@ class UpdateTabFunction : public AsyncExtensionFunction { |
private: |
virtual bool RunImpl() OVERRIDE; |
- void OnExecuteCodeFinished(bool success, |
- int32 page_id, |
- const std::string& error, |
+ void OnExecuteCodeFinished(const std::string& error, |
+ int32 on_page_id, |
+ const GURL& on_url, |
const ListValue& script_result); |
DECLARE_EXTENSION_FUNCTION_NAME("tabs.update") |