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

Unified Diff: extensions/shell/test/shell_test.cc

Issue 2482583002: Ensure ShellExtensionSystem::Init() is called in all extensions_browsertests. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « extensions/browser/guest_view/app_view/app_view_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test.cc
diff --git a/extensions/shell/test/shell_test.cc b/extensions/shell/test/shell_test.cc
index ff6dc69abf8d4b6efcf81ce92898b9e37f72a41f..c8b41444d7045e9f4c8ac72de5617fe36d559d73 100644
--- a/extensions/shell/test/shell_test.cc
+++ b/extensions/shell/test/shell_test.cc
@@ -56,6 +56,7 @@ void AppShellTest::SetUpOnMainThread() {
extension_system_ = static_cast<ShellExtensionSystem*>(
ExtensionSystem::Get(browser_context_));
+ extension_system_->Init();
}
void AppShellTest::RunTestOnMainThreadLoop() {
« no previous file with comments | « extensions/browser/guest_view/app_view/app_view_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698