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

Unified Diff: extensions/browser/api/system_display/display_info_provider.h

Issue 2802603005: MD Settings: Display: Add unified desktop control and modify api (Closed)
Patch Set: Fix closure and tests Created 3 years, 8 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: extensions/browser/api/system_display/display_info_provider.h
diff --git a/extensions/browser/api/system_display/display_info_provider.h b/extensions/browser/api/system_display/display_info_provider.h
index e0c2a5f8afd33f0b560ca39e0c8353247bf57974..e6c4db5286301ef27c9c8e5841d3e81a90d8208a 100644
--- a/extensions/browser/api/system_display/display_info_provider.h
+++ b/extensions/browser/api/system_display/display_info_provider.h
@@ -60,8 +60,10 @@ class DisplayInfoProvider {
// Enables the unified desktop feature.
virtual void EnableUnifiedDesktop(bool enable);
- // Gets display information.
- virtual DisplayUnitInfoList GetAllDisplaysInfo();
+ // Returns a list of information for all displays. If |single_unified| is
+ // true, when in unified mode a single display will be returned representing
+ // the single unified desktop.
+ virtual DisplayUnitInfoList GetAllDisplaysInfo(bool single_unified);
// Gets display layout information.
virtual DisplayLayoutList GetDisplayLayout();
« no previous file with comments | « chrome/test/data/webui/settings/fake_system_display.js ('k') | extensions/browser/api/system_display/display_info_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698