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; |