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

Unified Diff: net/base/load_flags_list.h

Issue 6966016: Handle <link rel=prerender> in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: net/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 80fba2b2ca3e61d36de7901103a933f36b66bfaa..364ef942c43baaf93d3b7073336b5dc2ae82af46 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -104,7 +104,7 @@ LOAD_FLAG(PREFETCH, 1 << 23)
// Indicates that this load was requested by a page that is currently
// prerendering.
-LOAD_FLAG(PRERENDER, 1 << 24)
+LOAD_FLAG(PRERENDERING, 1 << 24)
// Indicates that this is a load that ignores limits and should complete
// immediately.
@@ -113,3 +113,4 @@ LOAD_FLAG(IGNORE_LIMITS, 1 << 25)
// Suppress login prompts for this request. Cached credentials or
// default credentials may still be used for authentication.
LOAD_FLAG(DO_NOT_PROMPT_FOR_LOGIN, 1 << 26)
+

Powered by Google App Engine
This is Rietveld 408576698