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

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: cros 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..1501e37241d4acfa5d85fcef11cf0ccf95fa3fbd 100644
--- a/extensions/browser/api/system_display/display_info_provider.h
+++ b/extensions/browser/api/system_display/display_info_provider.h
@@ -15,7 +15,6 @@
namespace gfx {
class Display;
-class Screen;
}
namespace extensions {
@@ -49,10 +48,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