Index: chrome/browser/ui/webui/options/chromeos/display_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h |
index 5bb492a682a74be16c56f0cf08d6a3ad361d5a27..622793dca1c4902de7ad6790ffb00653dd0efc06 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h |
+++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h |
@@ -43,7 +43,8 @@ class DisplayOptionsHandler : public ::options::OptionsPageUIHandler, |
private: |
// Updates the display section visibility based on the current display |
// configurations. Specify the number of display. |
- void UpdateDisplaySectionVisibility(size_t num_displays); |
+ void UpdateDisplaySectionVisibility( |
+ const std::vector<const gfx::Display*>& displays); |
// Sends all of the current display information to the web_ui of options page. |
void SendAllDisplayInfo(); |