| Index: chrome/browser/extensions/extension_tabs_module_constants.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_tabs_module_constants.h (revision 24584)
|
| +++ chrome/browser/extensions/extension_tabs_module_constants.h (working copy)
|
| @@ -69,6 +69,9 @@
|
| extern const char kDetectTabLanguageFunction[];
|
| extern const char kCaptureVisibleTabFunction[];
|
|
|
| +// Function names, Extension API.
|
| +extern const char kExecuteScriptWithUrlFunction[];
|
| +
|
| }; // namespace extension_tabs_module_constants
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
|
|
|