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

Unified Diff: components/quirks/quirks_client.cc

Issue 2431853002: Remove built-in path check from Quirks (Closed)
Patch Set: Created 4 years, 2 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/quirks/quirks_client.cc
diff --git a/components/quirks/quirks_client.cc b/components/quirks/quirks_client.cc
index 17ca7416e25e825b3f16750711341fd99b8e09b9..25963a2ca66574b6725224747de9967d9cf8e866 100644
--- a/components/quirks/quirks_client.cc
+++ b/components/quirks/quirks_client.cc
@@ -58,9 +58,8 @@ QuirksClient::QuirksClient(int64_t product_id,
: product_id_(product_id),
on_request_finished_(on_request_finished),
manager_(manager),
- icc_path_(
- manager->delegate()->GetDownloadDisplayProfileDirectory().Append(
- IdToFileName(product_id))),
+ icc_path_(manager->delegate()->GetDisplayProfileDirectory().Append(
+ IdToFileName(product_id))),
backoff_entry_(&kDefaultBackoffPolicy),
weak_ptr_factory_(this) {}

Powered by Google App Engine
This is Rietveld 408576698