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

Unified Diff: chrome/test/base/test_launcher_utils.h

Issue 1996863002: media: Use bundled Widevine CDM in encrypted media browser tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/test/base/test_launcher_utils.h
diff --git a/chrome/test/base/test_launcher_utils.h b/chrome/test/base/test_launcher_utils.h
index 24bd23db5d47e015c3e114ce2c026aab6215dcf8..3f03dcc68c53d1222d7dc5501dc77d43245725a5 100644
--- a/chrome/test/base/test_launcher_utils.h
+++ b/chrome/test/base/test_launcher_utils.h
@@ -19,7 +19,8 @@ namespace test_launcher_utils {
// Appends browser switches to provided |command_line| to be used
// when running under tests.
-void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
+void PrepareBrowserCommandLineForTests(base::CommandLine* command_line,
+ bool enable_component_update = false);
waffles 2016/05/20 20:02:54 Not sure how people will feel about this. I'm OK w
// Overrides the current process' user data dir.
bool OverrideUserDataDir(

Powered by Google App Engine
This is Rietveld 408576698