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

Issue 11366201: [net] Fix parsing of HostCacheSize field trial group name. (Closed)

Created:
8 years, 1 month ago by szym
Modified:
8 years, 1 month ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[net] Fix parsing of HostCacheSize field trial group name. The group name is <number><suffix>, e.g., 100A, so base::StringToSizeT will return false. BUG=114277, 143454 TEST=chrome --force-fieldtrials=HostCacheSize/8723suffix/; open 'chrome://net-internals/#dns' and verify 'Capacity: 8723' Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167254

Patch Set 1 #

Patch Set 2 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M net/base/host_cache.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
szym
8 years, 1 month ago (2012-11-12 20:15:27 UTC) #1
mmenke
8 years, 1 month ago (2012-11-12 21:55:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698