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

Unified Diff: chrome/browser/chromeos/policy/device_quirks_policy_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
« no previous file with comments | « chrome/browser/chromeos/display/quirks_browsertest.cc ('k') | components/quirks/quirks_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc b/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
index b684115b6a559ec035f59677343acecf8fa93d59..d9cb804ccfcb1b407d5514574c1887645c97219d 100644
--- a/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
@@ -15,6 +15,7 @@
namespace chromeos {
const int64_t kProductId = 0x0000aaaa;
+const char kDisplayName[] = "FakeDisplay";
const char kFakeIccData[] = {0x00, 0x00, 0x08, 0x90, 0x20, 0x20,
0x20, 0x20, 0x02, 0x10, 0x00, 0x00};
@@ -66,8 +67,9 @@ class DeviceQuirksPolicyTest : public policy::DevicePolicyCrosBrowserTest {
icc_path_.clear();
quirks::QuirksManager::Get()->RequestIccProfilePath(
- kProductId, base::Bind(&DeviceQuirksPolicyTest::OnQuirksClientFinished,
- base::Unretained(this)));
+ kProductId, kDisplayName,
+ base::Bind(&DeviceQuirksPolicyTest::OnQuirksClientFinished,
+ base::Unretained(this)));
run_loop.Run();
« no previous file with comments | « chrome/browser/chromeos/display/quirks_browsertest.cc ('k') | components/quirks/quirks_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698