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

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: Dan'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
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..898250319add08863d279ee7842a8faff170071c 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_MOBILE = 13,
Benoit L 2016/03/10 13:58:30 I guess that you need to update places where this
pasko 2016/03/10 14:21:37 +1, also would need a new suffix in histograms.xml
Yusuf 2016/03/10 18:55:53 Done.
Yusuf 2016/03/10 18:55:53 Done.
ORIGIN_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698