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

Unified Diff: chrome/browser/instant/instant_loader.cc

Issue 7300016: Changes header value sent for instant from 'preview' to 'instant'. I'm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698