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

Unified Diff: content/browser/browser_main_runner.cc

Issue 9570052: Add a boolean histogram "Chrome.CommandLineUseSystemSSL" to keep track of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_runner.cc
===================================================================
--- content/browser/browser_main_runner.cc (revision 124300)
+++ content/browser/browser_main_runner.cc (working copy)
@@ -41,6 +41,8 @@
OVERRIDE {
is_initialized_ = true;
+ statistics_.reset(new base::StatisticsRecorder);
Marshall 2012/03/02 02:14:06 This should probably come after the WaitForDebugge
kaiwang 2012/03/02 04:26:56 Done.
+
// ChildProcess:: is a misnomer unless you consider context. Use
// of --wait-for-debugger only makes sense when Chrome itself is a
// child process (e.g. when launched by PyAuto).
@@ -76,8 +78,6 @@
com_initializer_.reset(new base::win::ScopedCOMInitializer);
#endif // OS_WIN
- statistics_.reset(new base::StatisticsRecorder);
-
main_loop_->CreateThreads();
int result_code = main_loop_->GetResultCode();
if (result_code > 0)
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698