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

Unified Diff: chrome/browser/extensions/display_info_provider_chromeos.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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/extensions/display_info_provider_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/display_info_provider_chromeos.h
diff --git a/chrome/browser/extensions/display_info_provider_chromeos.h b/chrome/browser/extensions/display_info_provider_chromeos.h
index b84b04a7f7cc118e6aef1381a902a7f1b7256dcb..8b6b327e3ed62ef8697b9e30d09d2cbdfd292dad 100644
--- a/chrome/browser/extensions/display_info_provider_chromeos.h
+++ b/chrome/browser/extensions/display_info_provider_chromeos.h
@@ -39,7 +39,7 @@ class DisplayInfoProviderChromeOS : public DisplayInfoProvider {
const display::Display& display,
api::system_display::DisplayUnitInfo* unit) override;
void EnableUnifiedDesktop(bool enable) override;
- DisplayUnitInfoList GetAllDisplaysInfo() override;
+ DisplayUnitInfoList GetAllDisplaysInfo(bool single_unified) override;
DisplayLayoutList GetDisplayLayout() override;
bool OverscanCalibrationStart(const std::string& id) override;
bool OverscanCalibrationAdjust(
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/extensions/display_info_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698