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

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

Issue 2011213002: Record start up latency of DOM distiller viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: 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) {

Powered by Google App Engine
This is Rietveld 408576698