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

Unified Diff: trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_aura.cc

Issue 23706007: Revert 221381 "[SystemInfo API] Implement DisplayInfoProvider::U..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « no previous file | trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_aura.cc
===================================================================
--- trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_aura.cc (revision 221402)
+++ trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_aura.cc (working copy)
@@ -1,24 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/extensions/api/system_display/display_info_provider.h"
-
-namespace extensions {
-
-void DisplayInfoProvider::SetInfo(
- const std::string& display_id,
- const api::system_display::DisplayProperties& info,
- const SetInfoCallback& callback) {
- base::MessageLoopProxy::current()->PostTask(
- FROM_HERE,
- base::Bind(callback, false, "Not implemented"));
-}
-
-void DisplayInfoProvider::UpdateDisplayUnitInfoForPlatform(
- const gfx::Display& display,
- extensions::api::system_display::DisplayUnitInfo* unit) {
- NOTIMPLEMENTED();
-}
-
-} // namespace extensions
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/system_display/display_info_provider_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698