| Index: chrome/browser/extensions/extension_tabs_module_constants.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_tabs_module_constants.cc (revision 26435)
|
| +++ chrome/browser/extensions/extension_tabs_module_constants.cc (working copy)
|
| @@ -63,4 +63,11 @@
|
| const char kDetectTabLanguageFunction[] = "tabs.detectLanguage";
|
| const char kCaptureVisibleTabFunction[] = "tabs.captureVisibleTab";
|
|
|
| +const char kExecuteScriptFunction[] = "tabs.executeScript";
|
| +const char kInsertCSSFunction[] = "tabs.insertCSS";
|
| +const char kNoCodeOrFileToExecuteError[] = "No source code or file specified.";
|
| +const char kMoreThanOneValuesError[] = "There should be only one value (either"
|
| + "code or file) in the second argument.";
|
| +const char kLoadFileError[] = "Failed to load file: \"*\". ";
|
| +
|
| } // namespace extension_tabs_module_constants
|
|
|