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

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

Issue 1608053002: Remove now-unnecessary wrappers around gfx::Screen::GetScreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-5
Patch Set: . Created 4 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: 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 e2fee24303d7015c4e55b162d22ab82b6d5203d8..15d719f80218a4ffe24ff3185033b6037a023703 100644
--- a/extensions/browser/api/system_display/display_info_provider.h
+++ b/extensions/browser/api/system_display/display_info_provider.h
@@ -49,10 +49,6 @@ class DisplayInfoProvider {
const api::system_display::DisplayProperties& info,
std::string* error) = 0;
- // Get the screen that is always active, which will be used for monitoring
- // display changes events.
- virtual gfx::Screen* GetActiveScreen() = 0;
-
// Enable the unified desktop feature.
virtual void EnableUnifiedDesktop(bool enable);

Powered by Google App Engine
This is Rietveld 408576698