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

Unified Diff: chrome/test/media_router/media_router_base_browsertest.h

Issue 1415333002: [Media Router] Add experiment control logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/media_router/media_router_base_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/media_router_base_browsertest.h
diff --git a/chrome/test/media_router/media_router_base_browsertest.h b/chrome/test/media_router/media_router_base_browsertest.h
index d562fb5feb4043d8ad89379227cd7776a2e487db..6c41535bb71d0ea0fd94c3f0e0c0355af4f180a0 100644
--- a/chrome/test/media_router/media_router_base_browsertest.h
+++ b/chrome/test/media_router/media_router_base_browsertest.h
@@ -12,6 +12,7 @@
#include "base/timer/timer.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "extensions/browser/process_manager_observer.h"
+#include "extensions/common/feature_switch.h"
namespace media_router {
@@ -75,6 +76,7 @@ class MediaRouterBaseBrowserTest : public ExtensionBrowserTest,
bool extension_host_created_;
private:
+ extensions::FeatureSwitch::ScopedOverride feature_override_;
DISALLOW_COPY_AND_ASSIGN(MediaRouterBaseBrowserTest);
};
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/media_router/media_router_base_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698