| Index: chrome/browser/extensions/extension_test_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_test_api.h (revision 24947)
|
| +++ chrome/browser/extensions/extension_test_api.h (working copy)
|
| @@ -11,6 +11,7 @@
|
| namespace extension_test_api_functions {
|
| extern const char kPassFunction[];
|
| extern const char kFailFunction[];
|
| + extern const char kLogFunction[];
|
| }; // namespace extension_test_api_functions
|
|
|
| class ExtensionTestPassFunction : public SyncExtensionFunction {
|
| @@ -21,4 +22,9 @@
|
| virtual bool RunImpl();
|
| };
|
|
|
| +class ExtensionTestLogFunction : public SyncExtensionFunction {
|
| + virtual bool RunImpl();
|
| +};
|
| +
|
| #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TEST_API_H_
|
| +
|
|
|
| Property changes on: chrome\browser\extensions\extension_test_api.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|