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

Unified Diff: chrome/browser/chromeos/display/quirks_browsertest.cc

Issue 2746443002: Include display names in Quirks URL (Closed)
Patch Set: Created 3 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/chromeos/display/quirks_browsertest.cc
diff --git a/chrome/browser/chromeos/display/quirks_browsertest.cc b/chrome/browser/chromeos/display/quirks_browsertest.cc
index 67755d6c9b5cd02ecb38cea9d65df40567bd72f5..e1f95c7915075f17f3f58e2e4d3c4696f0b219b7 100644
--- a/chrome/browser/chromeos/display/quirks_browsertest.cc
+++ b/chrome/browser/chromeos/display/quirks_browsertest.cc
@@ -65,8 +65,9 @@ class QuirksBrowserTest : public InProcessBrowserTest {
end_message_loop_ = run_loop.QuitClosure();
quirks::QuirksManager::Get()->RequestIccProfilePath(
- product_id, base::Bind(&QuirksBrowserTest::OnQuirksClientFinished,
- base::Unretained(this)));
+ product_id, "",
oshima 2017/03/14 12:38:54 nit: std::string()
Greg Levin 2017/03/14 21:36:57 Done.
+ base::Bind(&QuirksBrowserTest::OnQuirksClientFinished,
+ base::Unretained(this)));
run_loop.Run();
}

Powered by Google App Engine
This is Rietveld 408576698