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

Unified Diff: chrome/browser/ui/webui/options/chromeos/display_options_handler.h

Issue 12088081: Allows to show display settings for 1-display of stumpy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/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();

Powered by Google App Engine
This is Rietveld 408576698