Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: chrome/browser/extensions/extension_apitest.h

Issue 859213006: Cancel client auth requests when not promptable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client-auth-cancel-1
Patch Set: extension test Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_apitest.h
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
index 6717cbb8ba16dd40e4782803bbfa3af6f9066c32..5b83292d1baa571af863fa1ec471ab38a01332d2 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -83,6 +83,10 @@ class ExtensionApiTest : public ExtensionBrowserTest {
bool RunExtensionTestAllowOldManifestVersion(
const std::string& extension_name);
+ // Same as RunExtensionTest, but with a custom argument.
+ bool RunExtensionTestWithArg(const std::string& extension_name,
+ const char* custom_arg);
+
// Same as RunExtensionTest, but loads extension as component.
bool RunComponentExtensionTest(const std::string& extension_name);

Powered by Google App Engine
This is Rietveld 408576698