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

Unified Diff: components/quirks/quirks_manager.h

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_manager.h
diff --git a/components/quirks/quirks_manager.h b/components/quirks/quirks_manager.h
index 68759eba0f4139ba8480117bb22c1bdf51e4fb0b..d0a10709a29078aa94ef5c308665d76cf5ff00b7 100644
--- a/components/quirks/quirks_manager.h
+++ b/components/quirks/quirks_manager.h
@@ -65,13 +65,9 @@ class QUIRKS_EXPORT QuirksManager {
// Provides Chrome API key for quirks server.
virtual std::string GetApiKey() const = 0;
- // Returns the read-only directory where icc files were added before the
- // Quirks Client provided them.
- virtual base::FilePath GetBuiltInDisplayProfileDirectory() const = 0;
-
// Returns the path to the writable display profile directory.
// This directory must already exist.
- virtual base::FilePath GetDownloadDisplayProfileDirectory() const = 0;
+ virtual base::FilePath GetDisplayProfileDirectory() const = 0;
// Whether downloads are allowed by enterprise device policy.
virtual bool DevicePolicyEnabled() const = 0;

Powered by Google App Engine
This is Rietveld 408576698