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

Issue 7749030: Revert 98319 - Make a channel and time limited persistent PreRead experiment... (Closed)

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

Description

Revert 98319 - Make a channel and time limited persistent PreRead experiment Our previous PreRead experiment involved flipping a coin on every launch, but we wish to persist the coin-toss between launches. Additionally, this version of the field trial includes an expiry date and limits it to the canary and dev channels. We are unable to use the FieldTrial mechanism due to PreRead occuring prior to chrome.dll being loaded. As such, we use the registry for persisting the coin-toss and environment variables for communicating between chrome.exe and chrome.dll. Review URL: http://codereview.chromium.org/7712014 TBR=chrisha@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98388

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -173 lines) Patch
M chrome/app/client_util.cc View 7 chunks +4 lines, -112 lines 0 comments Download
M chrome/browser/browser_main.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/browser_main.cc View 4 chunks +6 lines, -44 lines 0 comments Download
M chrome/browser/browser_main_win.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/common/chrome_constants.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
chrisha
9 years, 4 months ago (2011-08-26 02:58:06 UTC) #1
chrisha
The official waterfall was actually failing (despite the try-bots all passing), so I reverted this ...
9 years, 4 months ago (2011-08-26 03:02:27 UTC) #2
jbates
9 years, 4 months ago (2011-08-26 03:15:16 UTC) #3
On 2011/08/26 03:02:27, chrisha wrote:
> The official waterfall was actually failing (despite the try-bots all
passing),
> so I reverted this CL. Can you review this for me?

LGTM

Powered by Google App Engine
This is Rietveld 408576698