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

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

Issue 2808383004: Refactor and send voice interaction structure (Closed)
Patch Set: fix window build Created 3 years, 8 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 | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/ax_android_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_android_constants.h
diff --git a/ui/accessibility/platform/ax_android_constants.h b/ui/accessibility/platform/ax_android_constants.h
index 4b6fd4c8e38b527cc06d180bbb5d61ba39795069..2312218533f60987b753a4db451e5cf7113096ee 100644
--- a/ui/accessibility/platform/ax_android_constants.h
+++ b/ui/accessibility/platform/ax_android_constants.h
@@ -5,6 +5,7 @@
#ifndef UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
#define UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
+#include "base/strings/string16.h"
#include "ui/accessibility/ax_export.h"
namespace ui {
@@ -34,6 +35,7 @@ AX_EXPORT extern const char kAXToggleButtonClassname[];
AX_EXPORT extern const char kAXViewClassname[];
AX_EXPORT extern const char kAXViewGroupClassname[];
AX_EXPORT extern const char kAXWebViewClassname[];
+AX_EXPORT extern const base::char16 kSecurePasswordBullet;
} // namespace ui
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/ax_android_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698