DescriptionMove code around in browser_main.cc.
- Move SetSocketReusePolicy down into the existing, larger anonymous
namespace.
- Move AddPreReadHistogramTime into the anonymous namespace.
- Add function declaration for SetSocketReusePolicy because it's used in
BrowserMainParts, but defined in the anonymous namespace which comes
afterwards (maybe we should move the anonymous namespace up?).
- Move RecordPreReadExperimentTime to the end of the file (it's declared
at the end of browser_main.h, so that seems more consistent).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96472
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|