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

Unified Diff: chrome/browser/prerender/prerender_origin.h

Issue 1077433002: Remove PrerenderLocalPredictor, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_origin.h
diff --git a/chrome/browser/prerender/prerender_origin.h b/chrome/browser/prerender/prerender_origin.h
index de49d6052a55b41b0f62b4d837326aa4e880e4d3..e13ecf4849901aaa1ffa4f06581c1f7d96931cd4 100644
--- a/chrome/browser/prerender/prerender_origin.h
+++ b/chrome/browser/prerender/prerender_origin.h
@@ -19,7 +19,7 @@ enum Origin {
ORIGIN_NONE = 6,
ORIGIN_LINK_REL_PRERENDER_SAMEDOMAIN = 7,
ORIGIN_LINK_REL_PRERENDER_CROSSDOMAIN = 8,
- ORIGIN_LOCAL_PREDICTOR = 9,
+ // Obsolete: ORIGIN_LOCAL_PREDICTOR = 9,
ORIGIN_EXTERNAL_REQUEST = 10,
ORIGIN_INSTANT = 11,
ORIGIN_LINK_REL_NEXT = 12,
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698