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

Unified Diff: extensions/shell/browser/shell_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/shell/browser/shell_display_info_provider.h
diff --git a/extensions/shell/browser/shell_display_info_provider.h b/extensions/shell/browser/shell_display_info_provider.h
index ceb30fb11c195552d367712d0f2737c7b6d87ae6..65137f80e8e2512e51b37c1357c7ec11699184c4 100644
--- a/extensions/shell/browser/shell_display_info_provider.h
+++ b/extensions/shell/browser/shell_display_info_provider.h
@@ -22,7 +22,6 @@ class ShellDisplayInfoProvider : public DisplayInfoProvider {
void UpdateDisplayUnitInfoForPlatform(
const gfx::Display& display,
extensions::api::system_display::DisplayUnitInfo* unit) override;
- gfx::Screen* GetActiveScreen() override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellDisplayInfoProvider);
« no previous file with comments | « extensions/browser/api/system_info/system_info_api.cc ('k') | extensions/shell/browser/shell_display_info_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698