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

Unified Diff: components/quirks/quirks_manager.h

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 | « components/quirks/quirks_client.cc ('k') | components/quirks/quirks_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/quirks/quirks_manager.h
diff --git a/components/quirks/quirks_manager.h b/components/quirks/quirks_manager.h
index d0a10709a29078aa94ef5c308665d76cf5ff00b7..52902730a5b38c24a9b2cc2a66462d9fbd0b131c 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,
+ const std::string& display_name,
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,
+ const std::string& display_name,
const RequestFinishedCallback& on_request_finished,
base::FilePath path);
« no previous file with comments | « components/quirks/quirks_client.cc ('k') | components/quirks/quirks_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698