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

Unified Diff: components/dom_distiller/core/url_utils_unittest.cc

Issue 2060583002: Record start up latency of DOM distiller viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | « components/dom_distiller/core/url_utils.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/url_utils_unittest.cc
diff --git a/components/dom_distiller/core/url_utils_unittest.cc b/components/dom_distiller/core/url_utils_unittest.cc
index 5572a0c1ae35af71d87d873ab817b4d104ee17ec..5604417811a5a45e8d1cfb0d6f0ee9d63d5951d4 100644
--- a/components/dom_distiller/core/url_utils_unittest.cc
+++ b/components/dom_distiller/core/url_utils_unittest.cc
@@ -43,7 +43,7 @@ TEST(DomDistillerUrlUtilsTest, TestGetValueForKeyInUrlPathQuery) {
std::string ThroughDistiller(const std::string& url) {
return GetOriginalUrlFromDistillerUrl(
- GetDistillerViewUrlFromUrl(kDomDistillerScheme, GURL(url))).spec();
+ GetDistillerViewUrlFromUrl(kDomDistillerScheme, GURL(url), 123)).spec();
}
std::string GetOriginalUrlFromDistillerUrl(const std::string& url) {
« no previous file with comments | « components/dom_distiller/core/url_utils.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698