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

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

Issue 1767243002: Update prerender policy for custom tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mmenke@'s comments Created 4 years, 9 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_origin.cc » ('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 e13ecf4849901aaa1ffa4f06581c1f7d96931cd4..60e3e0b12f3aa0e23b7d8baed2a5499f99f4ada2 100644
--- a/chrome/browser/prerender/prerender_origin.h
+++ b/chrome/browser/prerender/prerender_origin.h
@@ -23,6 +23,7 @@ enum Origin {
ORIGIN_EXTERNAL_REQUEST = 10,
ORIGIN_INSTANT = 11,
ORIGIN_LINK_REL_NEXT = 12,
+ ORIGIN_EXTERNAL_REQUEST_FORCED_CELLULAR = 13,
ORIGIN_MAX,
};
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_origin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698