Chromium Code Reviews| Index: extensions/browser/api/execute_code_function.cc |
| diff --git a/extensions/browser/api/execute_code_function.cc b/extensions/browser/api/execute_code_function.cc |
| index 6df92b488f61c73ead15aa0ff200ca679745645f..476daf834617f14ec462761f1c03121860dafcb9 100644 |
| --- a/extensions/browser/api/execute_code_function.cc |
| +++ b/extensions/browser/api/execute_code_function.cc |
| @@ -26,7 +26,6 @@ const char kMoreThanOneValuesError[] = |
| "Code and file should not be specified " |
| "at the same time in the second argument."; |
| const char kLoadFileError[] = "Failed to load file: \"*\". "; |
| - |
|
Fady Samuel
2014/09/08 14:54:52
Undo this change.
|
| } |
| namespace extensions { |