| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 26435)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -363,6 +363,10 @@
|
| // of unwanted popups.
|
| void CloseAllSuppressedPopups();
|
|
|
| + // Execute code in this tab.
|
| + void ExecuteCode(int request_id, const std::string& extension_id,
|
| + bool is_js_code, const std::string& code_string);
|
| +
|
| // Called when the blocked popup notification is shown or hidden.
|
| virtual void PopupNotificationVisibilityChanged(bool visible);
|
|
|
|
|