Index: chrome/browser/chromeos/display/display_preferences.h |
diff --git a/chrome/browser/chromeos/display/display_preferences.h b/chrome/browser/chromeos/display/display_preferences.h |
index e8cddd78aa28ebcb848f2da0c8121a2729fe3eb6..203f82b27cbee3029c57dcbf0db9fed56a02d598 100644 |
--- a/chrome/browser/chromeos/display/display_preferences.h |
+++ b/chrome/browser/chromeos/display/display_preferences.h |
@@ -34,9 +34,6 @@ void StoreDisplayPrefs(); |
// current rotation of the internal display. Otherwise no data is stored. |
void StoreDisplayRotationPrefs(bool rotation_lock); |
-// Sets the display layout for the current displays. |
-void SetCurrentDisplayLayout(const ash::DisplayLayout& layout); |
- |
// Load display preferences from Local Store. |first_run_after_boot| is used |
// determine if a certain preference should be applied at boot time or |
// restart. |