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

Issue 7300016: Changes header value sent for instant from 'preview' to 'instant'. I'm (Closed)

Created:
9 years, 5 months ago by sky
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Changes header value sent for instant from 'preview' to 'instant'. I'm doing this as having it use the same value as Safari results in too much badness. BUG=87102 TEST=none R=darin@chromium.org,tonyg@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91560

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/instant/instant_loader.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sky
9 years, 5 months ago (2011-07-01 23:15:14 UTC) #1
darin (slow to review)
LGTM (I am still interested in ways that we could possibly avoid this header in ...
9 years, 5 months ago (2011-07-01 23:16:47 UTC) #2
sky
9 years, 5 months ago (2011-07-01 23:17:43 UTC) #3
I'm nervous about removing it entirely.

  -Scott

On Fri, Jul 1, 2011 at 4:16 PM, Darin Fisher <darin@chromium.org> wrote:
> LGTM
> (I am still interested in ways that we could possibly avoid this header in
> the first place.)
>
> On Fri, Jul 1, 2011 at 4:15 PM, <sky@chromium.org> wrote:
>>
>> Reviewers: darin, tonyg,
>>
>> Description:
>> Changes header value sent for instant from 'preview' to 'instant'. I'm
>> doing this as having it use the same value as Safari results in too
>> much badness.
>>
>> BUG=87102
>> TEST=none
>> R=darin@chromium.org,tonyg@chromium.org
>>
>>
>> Please review this at http://codereview.chromium.org/7300016/
>>
>> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>>
>> Affected files:
>>  M chrome/browser/instant/instant_loader.cc
>>
>>
>> Index: chrome/browser/instant/instant_loader.cc
>> diff --git a/chrome/browser/instant/instant_loader.cc
>> b/chrome/browser/instant/instant_loader.cc
>> index
>>
00d86542d95c0b790720e93824028c12adfec4f5..0e7fc35cd7f13110f4739ccf5bfbcf9010dc260c
>> 100644
>> --- a/chrome/browser/instant/instant_loader.cc
>> +++ b/chrome/browser/instant/instant_loader.cc
>> @@ -61,7 +61,7 @@ const int kHostBlacklistStatusCode = 403;
>>
>>  // Header and value set for all loads.
>>  const char kPreviewHeader[] = "X-Purpose";
>> -const char kPreviewHeaderValue[] = "preview";
>> +const char kPreviewHeaderValue[] = "instant";
>>
>>  }  // namespace
>>
>>
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698