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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_test.h

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. Created 4 years, 2 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/ui/webui/media_router/media_router_test.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_test.h b/chrome/browser/ui/webui/media_router/media_router_test.h
index 512aa290117ac7466d47445fdd2f25a72efb8dc3..17aefa6188a198cf7a2cb00d06d2a200a7691c5a 100644
--- a/chrome/browser/ui/webui/media_router/media_router_test.h
+++ b/chrome/browser/ui/webui/media_router/media_router_test.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "chrome/test/base/browser_with_test_window_test.h"
-#include "extensions/common/feature_switch.h"
class BrowserWindow;
@@ -21,7 +20,6 @@ class MediaRouterTest : public BrowserWithTestWindowTest {
BrowserWindow* CreateBrowserWindow() override;
private:
- extensions::FeatureSwitch::ScopedOverride feature_override_;
DISALLOW_COPY_AND_ASSIGN(MediaRouterTest);
};

Powered by Google App Engine
This is Rietveld 408576698