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

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

Issue 2692153002: Enable SiteIsolationExtensions trial for developers. (Closed)
Patch Set: Remove the TearDownOnMainThread method in ExtensionWebstorePrivateApiTest Created 3 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 a4f7e41a2a3efc5b65a185b8d8d603cae2c7a7fc..5c8a90be7233e174fde42ce7c504f228ebf5a8af 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -65,8 +65,8 @@ class ExtensionApiTest : public ExtensionBrowserTest {
protected:
// InProcessBrowserTest:
- void SetUpInProcessBrowserTestFixture() override;
- void TearDownInProcessBrowserTestFixture() override;
+ void SetUpOnMainThread() override;
+ void TearDownOnMainThread() override;
// Load |extension_name| and wait for pass / fail notification.
// |extension_name| is a directory in "test/data/extensions/api_test".

Powered by Google App Engine
This is Rietveld 408576698