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

Unified Diff: content/common/common_param_traits.cc

Issue 6966016: Handle <link rel=prerender> in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tone down the over-aggressive search and replace... 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
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/common_param_traits.cc
diff --git a/content/common/common_param_traits.cc b/content/common/common_param_traits.cc
index 5e310036c4681abc26004ea0ce2b17b105b39896..92cbee66b3386776bcb0762155e0656cd6f735ca 100644
--- a/content/common/common_param_traits.cc
+++ b/content/common/common_param_traits.cc
@@ -121,6 +121,9 @@ void ParamTraits<ResourceType::Type>::Log(const param_type& p, std::string* l) {
case ResourceType::PREFETCH:
type = "PREFETCH";
break;
+ case ResourceType::PRERENDER:
+ type = "PRERENDER";
+ break;
case ResourceType::FAVICON:
type = "FAVICON";
break;
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698