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

Unified Diff: chrome/browser/chromeos/display/quirks_manager_delegate_impl.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: chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
diff --git a/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h b/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
index 45f5cb853a0a9c527a3d63887c756b8613f0d188..6f9d9388dc44be17926f601bc4b89a3ed23675bf 100644
--- a/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
+++ b/chrome/browser/chromeos/display/quirks_manager_delegate_impl.h
@@ -18,8 +18,7 @@ class QuirksManagerDelegateImpl : public QuirksManager::Delegate {
// QuirksManager::Delegate implementation.
std::string GetApiKey() const override;
- base::FilePath GetBuiltInDisplayProfileDirectory() const override;
- base::FilePath GetDownloadDisplayProfileDirectory() const override;
+ base::FilePath GetDisplayProfileDirectory() const override;
bool DevicePolicyEnabled() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698