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

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

Issue 2765703003: 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..71d54692df5152cedadcaa9c4383aa452692f5ba 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, std::string(),
+ base::Bind(&QuirksBrowserTest::OnQuirksClientFinished,
+ base::Unretained(this)));
run_loop.Run();
}
« no previous file with comments | « ash/display/display_color_manager_chromeos.cc ('k') | chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698