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

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: fix indentation 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..00aa668ba1ea58b4ba4370157258fb20196d5784 100644
--- a/chrome/browser/prerender/prerender_origin.h
+++ b/chrome/browser/prerender/prerender_origin.h
@@ -21,8 +21,9 @@ enum Origin {
ORIGIN_LINK_REL_PRERENDER_CROSSDOMAIN = 8,
// Obsolete: ORIGIN_LOCAL_PREDICTOR = 9,
ORIGIN_EXTERNAL_REQUEST = 10,
- ORIGIN_INSTANT = 11,
- ORIGIN_LINK_REL_NEXT = 12,
+ ORIGIN_EXTERNAL_REQUEST_MOBILE = 11,
gone 2016/03/09 23:02:14 Don't do this; you're messing up the histograms.
Yusuf 2016/03/09 23:22:49 Done.
+ ORIGIN_INSTANT = 12,
+ ORIGIN_LINK_REL_NEXT = 13,
ORIGIN_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698