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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.cc

Issue 874163005: Fix DNS Prefetch in Chrome: new message type not added to filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only start test server for DnsPrefetch test Created 5 years, 10 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 | « chrome/browser/net/predictor_browsertest.cc ('k') | chrome/test/data/predictor/dns_prefetch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_message_filter.cc
diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.cc b/chrome/browser/renderer_host/chrome_render_message_filter.cc
index 089354c52a7a68a806debc84449fe7a5ca952880..18d11c8c0a2fc0b5759f3e6491dbd170bd1aa4c5 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.cc
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.cc
@@ -45,6 +45,7 @@ namespace {
const uint32 kFilteredMessageClasses[] = {
ChromeMsgStart,
+ DnsPrefetchMsgStart,
};
} // namespace
« no previous file with comments | « chrome/browser/net/predictor_browsertest.cc ('k') | chrome/test/data/predictor/dns_prefetch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698