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

Unified Diff: chrome/browser/plugin_test.cc

Issue 8341069: Temporarily turn on --debug-plugin-loading in PluginTest.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_test.cc
diff --git a/chrome/browser/plugin_test.cc b/chrome/browser/plugin_test.cc
index 7909f15f132ddf665c8d8ede003dd72468c331bc..a64a661773666ad08e312fa4b06dbe95f1d5b451 100644
--- a/chrome/browser/plugin_test.cc
+++ b/chrome/browser/plugin_test.cc
@@ -104,6 +104,8 @@ class PluginTest : public UITest {
launch_arguments_.AppendSwitch(switches::kAllowOutdatedPlugins);
launch_arguments_.AppendSwitch(switches::kAlwaysAuthorizePlugins);
+ // TODO(rsesek): Remove after done debugging.
+ launch_arguments_.AppendSwitch(switches::kDebugPluginLoading);
UITest::SetUp();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698