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

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

Issue 2580063003: AppShell: Ignore channel requirements of extension API features (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « extensions/shell/browser/shell_extensions_browser_client.cc ('k') | extensions/shell/test/shell_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index 569cf60a238e0f2e30aeac4c22eba728692ff109..8548d16d3b333f83c9be0a6194335a2cc71947e1 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -9,7 +9,6 @@
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_base.h"
-#include "extensions/common/features/feature_channel.h"
namespace content {
class BrowserContext;
@@ -35,7 +34,6 @@ class AppShellTest : public content::BrowserTestBase {
protected:
content::BrowserContext* browser_context_;
ShellExtensionSystem* extension_system_;
- ScopedCurrentChannel current_channel_;
};
} // namespace extensions
« no previous file with comments | « extensions/shell/browser/shell_extensions_browser_client.cc ('k') | extensions/shell/test/shell_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698