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