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

Unified Diff: chrome/browser/extensions/display_info_provider_athena.h

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 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: chrome/browser/extensions/display_info_provider_athena.h
diff --git a/chrome/browser/extensions/display_info_provider_athena.h b/chrome/browser/extensions/display_info_provider_athena.h
deleted file mode 100644
index 1269920a519aeb9295aa6e3fd5924da1c54f1e08..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/display_info_provider_athena.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef CHROME_BROWSER_EXTENSIONS_DISPLAY_INFO_PROVIDER_ATHENA_H_
-#define CHROME_BROWSER_EXTENSIONS_DISPLAY_INFO_PROVIDER_ATHENA_H_
-
-#include "extensions/browser/api/system_display/display_info_provider.h"
-
-namespace extensions {
-
-// TODO: Merge into DisplayInfoProviderChromeOS once DisplayManager is
-// refactored. crbug.com/416961
-class DisplayInfoProviderAthena : public DisplayInfoProvider {
- public:
- DisplayInfoProviderAthena();
- virtual ~DisplayInfoProviderAthena();
-
- // DisplayInfoProvider implementation.
- virtual bool SetInfo(const std::string& display_id,
- const core_api::system_display::DisplayProperties& info,
- std::string* error) override;
- virtual void UpdateDisplayUnitInfoForPlatform(
- const gfx::Display& display,
- core_api::system_display::DisplayUnitInfo* unit) override;
- virtual gfx::Screen* GetActiveScreen() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(DisplayInfoProviderAthena);
-};
-
-} // namespace extensions
-
-#endif // CHROME_BROWSER_EXTENSIONS_DISPLAY_INFO_PROVIDER_ATHENA_H_
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_api_athena.cc ('k') | chrome/browser/extensions/display_info_provider_athena.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698