• tony@chromium.org's avatar
    Move code around in browser_main.cc. · 3aada460
    tony@chromium.org authored
    - 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).
    
    
    Review URL: http://codereview.chromium.org/7623022
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96472 0039d316-1c4b-4281-b951-d872f2087c98
    3aada460
browser_main.cc 88.2 KB