| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 35240)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -364,7 +364,8 @@
|
|
|
| // Execute code in this tab.
|
| void ExecuteCode(int request_id, const std::string& extension_id,
|
| - bool is_js_code, const std::string& code_string);
|
| + bool is_js_code, const std::string& code_string,
|
| + bool all_frames);
|
|
|
| // Called when the blocked popup notification is shown or hidden.
|
| virtual void PopupNotificationVisibilityChanged(bool visible);
|
|
|