| Index: ui/accessibility/ax_tree_data.h
|
| diff --git a/ui/accessibility/ax_tree_data.h b/ui/accessibility/ax_tree_data.h
|
| index 2079dfc98da6b1c6ecf034e058cfe63491130ee5..eb16ca406be6b0ecae77357ee80957a2efde710c 100644
|
| --- a/ui/accessibility/ax_tree_data.h
|
| +++ b/ui/accessibility/ax_tree_data.h
|
| @@ -39,12 +39,12 @@ struct AX_EXPORT AXTreeData {
|
| int32_t parent_tree_id;
|
|
|
| // Attributes specific to trees that are web frames.
|
| - std::string url;
|
| - std::string title;
|
| - std::string mimetype;
|
| std::string doctype;
|
| bool loaded;
|
| float loading_progress;
|
| + std::string mimetype;
|
| + std::string title;
|
| + std::string url;
|
|
|
| // The node with keyboard focus within this tree, if any, or -1 if no node
|
| // in this tree has focus.
|
|
|