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

Unified Diff: chrome_frame/test/run_all_unittests.cc

Issue 14030003: Remove Chrome Frame's delay shutdown field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dear Greg Created 7 years, 8 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_frame/test/proxy_factory_mock.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/run_all_unittests.cc
diff --git a/chrome_frame/test/run_all_unittests.cc b/chrome_frame/test/run_all_unittests.cc
index 55e21cc06467401a18c6fa89f29bee6e21cf2c63..f9b7335921566c6ca0a8cc0fa3e1c1cfb3a5f457 100644
--- a/chrome_frame/test/run_all_unittests.cc
+++ b/chrome_frame/test/run_all_unittests.cc
@@ -5,7 +5,6 @@
#include <atlbase.h>
#include "base/command_line.h"
-#include "base/metrics/field_trial.h"
#include "base/process_util.h"
#include "base/test/test_suite.h"
#include "base/threading/platform_thread.h"
@@ -55,10 +54,6 @@ int main(int argc, char **argv) {
_set_purecall_handler(PureCall);
- // Set up a FieldTrialList to keep any field trials we have going in
- // Chrome Frame happy.
- base::FieldTrialList field_trial_list(new metrics::SHA1EntropyProvider("42"));
-
base::TestSuite test_suite(argc, argv);
SetConfigBool(kChromeFrameHeadlessMode, true);
« no previous file with comments | « chrome_frame/test/proxy_factory_mock.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698