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

Unified Diff: chrome_frame/test/header_test.cc

Issue 9323031: Fix flakiness in Chrome Frame HeaderTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year Created 8 years, 11 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_frame/test/header_test.cc
diff --git a/chrome_frame/test/header_test.cc b/chrome_frame/test/header_test.cc
index 49c667dc1b2de9b7d431ee556a84ef36623b8aa0..0e61c84046c2436108b9f790e34371d70deb9b14 100644
--- a/chrome_frame/test/header_test.cc
+++ b/chrome_frame/test/header_test.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,7 +39,8 @@ class TestData {
std::ostringstream headers;
headers << "HTTP/1.1 200 OK\r\n"
<< "Connection: close\r\n"
- << "Content-Type: text/html\r\n";
+ << "Content-Type: text/html\r\n"
+ << "Cache-Control: no-cache\r\n";
if (in_header_) {
headers << "X-UA-COMPATIBLE: " << value_ << "\r\n";
}
« 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