diff options
Diffstat (limited to 'chrome/browser/extensions/extension_test_api.h')
-rw-r--r-- | chrome/browser/extensions/extension_test_api.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_test_api.h b/chrome/browser/extensions/extension_test_api.h index 3b89e53..ee62627 100644 --- a/chrome/browser/extensions/extension_test_api.h +++ b/chrome/browser/extensions/extension_test_api.h @@ -31,4 +31,10 @@ class ExtensionTestQuotaResetFunction : public SyncExtensionFunction { DECLARE_EXTENSION_FUNCTION_NAME("test.resetQuota") }; +class ExtensionTestCreateIncognitoTabFunction : public SyncExtensionFunction { + ~ExtensionTestCreateIncognitoTabFunction() {} + virtual bool RunImpl(); + DECLARE_EXTENSION_FUNCTION_NAME("test.createIncognitoTab") +}; + #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TEST_API_H_ |