| Index: chrome/browser/extensions/extension_tabs_module_constants.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_tabs_module_constants.cc (revision 24584)
|
| +++ chrome/browser/extensions/extension_tabs_module_constants.cc (working copy)
|
| @@ -62,4 +62,6 @@
|
| const char kDetectTabLanguageFunction[] = "tabs.detectLanguage";
|
| const char kCaptureVisibleTabFunction[] = "tabs.captureVisibleTab";
|
|
|
| +const char kExecuteScriptWithUrlFunction[] = "extension.executeScriptWithUrl";
|
| +
|
| } // namespace extension_tabs_module_constants
|
|
|