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

Unified Diff: components/quirks/quirks_manager.h

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: components/quirks/quirks_manager.h
diff --git a/components/quirks/quirks_manager.h b/components/quirks/quirks_manager.h
index d0a10709a29078aa94ef5c308665d76cf5ff00b7..7273b2683e1faad54ae9063a4a284c3cc43e3f23 100644
--- a/components/quirks/quirks_manager.h
+++ b/components/quirks/quirks_manager.h
@@ -92,6 +92,7 @@ class QUIRKS_EXPORT QuirksManager {
// Entry point into manager. Finds or downloads icc file.
void RequestIccProfilePath(
int64_t product_id,
+ std::string display_name,
oshima 2017/03/14 12:38:54 ditto
Greg Levin 2017/03/14 21:36:57 Done.
const RequestFinishedCallback& on_request_finished);
void ClientFinished(QuirksClient* client);
@@ -125,6 +126,7 @@ class QUIRKS_EXPORT QuirksManager {
// Callback after checking for existing icc file; proceed if not found.
void OnIccFilePathRequestCompleted(
int64_t product_id,
+ std::string display_name,
oshima 2017/03/14 12:38:54 ditto
Greg Levin 2017/03/14 21:36:57 Done.
const RequestFinishedCallback& on_request_finished,
base::FilePath path);

Powered by Google App Engine
This is Rietveld 408576698