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

Issue 7623022: Move code around in browser_main.cc. (Closed)

Created:
9 years, 4 months ago by tony
Modified:
9 years, 4 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, chrisha
Visibility:
Public.

Description

Move 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -73 lines) Patch
M chrome/browser/browser_main.cc View 4 chunks +77 lines, -73 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
tony
9 years, 4 months ago (2011-08-11 18:18:15 UTC) #1
Evan Martin
lgtm
9 years, 4 months ago (2011-08-11 18:24:21 UTC) #2
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 22:25:58 UTC) #3
Change committed as 96472

Powered by Google App Engine
This is Rietveld 408576698