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

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

Issue 2141703003: [Extensions] Clean up renderer channel-related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_feature_no_filter
Patch Set: Test fix Created 4 years, 5 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: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index ad2ccbb0a51207eb73aff02fc40c91443e151e7c..114881ba30276c49a22e3c0ae107de9ef5179758 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -9,6 +9,7 @@
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_base.h"
+#include "extensions/common/features/feature_channel.h"
namespace base {
class FilePath;
@@ -38,6 +39,7 @@ class AppShellTest : public content::BrowserTestBase {
protected:
content::BrowserContext* browser_context_;
ShellExtensionSystem* extension_system_;
+ ScopedCurrentChannel current_channel_;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698