Chromium Code Reviews

Unified Diff: ui/accessibility/platform/atk_util_auralinux.h

Issue 1002993002: Revert of Resurrect Aura Linux accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ui/accessibility/accessibility.gyp ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/atk_util_auralinux.h
diff --git a/ui/accessibility/platform/atk_util_auralinux.h b/ui/accessibility/platform/atk_util_auralinux.h
deleted file mode 100644
index 349c41a53de07af1061fbb44f598efdb221be2e4..0000000000000000000000000000000000000000
--- a/ui/accessibility/platform/atk_util_auralinux.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2015 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 UI_ACCESSIBILITY_AX_UTIL_AURALINUX_H_
-#define UI_ACCESSIBILITY_AX_UTIL_AURALINUX_H_
-
-#include "base/memory/singleton.h"
-#include "ui/accessibility/ax_export.h"
-
-namespace ui {
-
-// This singleton class initializes ATK (accessibility toolkit) and
-// registers an implementation of the AtkUtil class, a global class that
-// every accessible application needs to register once.
-class AtkUtilAuraLinux {
- public:
- // Get the single instance of this class.
- static AtkUtilAuraLinux* GetInstance();
-
- AtkUtilAuraLinux();
- virtual ~AtkUtilAuraLinux();
-
- private:
- friend struct DefaultSingletonTraits<AtkUtilAuraLinux>;
-};
-
-} // namespace ui
-
-#endif // UI_ACCESSIBILITY_AX_UTIL_AURALINUX_H_
« no previous file with comments | « ui/accessibility/accessibility.gyp ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine