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

Unified Diff: chrome/chrome_browser.gypi

Issue 1844753002: Histogram the scheme of an origin on the 1st navigation to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get it working in Incognito. Thanks dcheng! Created 4 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index dc9cb13465fa3f9803a0d235d13b960390481da0..236c6b7b6206ad467467919b6c1ad358702c5c23 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -616,6 +616,10 @@
'browser/storage/storage_info_fetcher.h',
'browser/tab_contents/navigation_metrics_recorder.cc',
'browser/tab_contents/navigation_metrics_recorder.h',
+ 'browser/tab_contents/origins_seen_service.cc',
+ 'browser/tab_contents/origins_seen_service.h',
+ 'browser/tab_contents/origins_seen_service_factory.cc',
+ 'browser/tab_contents/origins_seen_service_factory.h',
'browser/tab_contents/retargeting_details.h',
'browser/tab_contents/tab_util.cc',
'browser/tab_contents/tab_util.h',

Powered by Google App Engine
This is Rietveld 408576698