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

Unified Diff: chrome/common/localized_error.h

Issue 138513002: Plumb network stack information about existence of cached copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments from Matt & Ricardo. Created 6 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
Index: chrome/common/localized_error.h
diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
index a68407fada58c7de3e194c8a86546d0e31fd5b16..7891b91a677f3db1f33a5fa2f3265b581c1a6b3a 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -32,6 +32,7 @@ class LocalizedError {
const std::string& error_domain,
const GURL& failed_url,
bool is_post,
+ bool stale_copy_in_cache,
const std::string& locale,
const std::string& accept_languages,
base::DictionaryValue* strings);

Powered by Google App Engine
This is Rietveld 408576698