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

Unified Diff: content/public/test/accessibility_test_utils_win.h

Issue 12389028: Rename DumpAccesibilityTreeHelper to AccessibilityTreeFormatter, pull into content/browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add USE_AURA to conditions for stub implementations of AccessibilityTreeFormatter methods" Created 7 years, 9 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 | « content/content_tests.gypi ('k') | content/public/test/accessibility_test_utils_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/accessibility_test_utils_win.h
diff --git a/content/public/test/accessibility_test_utils_win.h b/content/public/test/accessibility_test_utils_win.h
deleted file mode 100644
index 55bff66b19c5d8f394dfcba595568a58a71d4d9a..0000000000000000000000000000000000000000
--- a/content/public/test/accessibility_test_utils_win.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 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 CONTENT_PUBLIC_TEST_ACCESSIBILITY_TEST_UTILS_WIN_H_
-#define CONTENT_PUBLIC_TEST_ACCESSIBILITY_TEST_UTILS_WIN_H_
-
-#include <vector>
-
-#include "base/basictypes.h"
-#include "base/string16.h"
-
-namespace content {
-
-string16 IAccessibleRoleToString(int32 ia_role);
-string16 IAccessible2RoleToString(int32 ia_role);
-string16 IAccessibleStateToString(int32 ia_state);
-void IAccessibleStateToStringVector(int32 ia_state,
- std::vector<string16>* result);
-string16 IAccessible2StateToString(int32 ia2_state);
-void IAccessible2StateToStringVector(int32 ia_state,
- std::vector<string16>* result);
-
-} // namespace content
-
-#endif // CONTENT_PUBLIC_TEST_ACCESSIBILITY_TEST_UTILS_WIN_H_
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/accessibility_test_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698