| Index: ui/accessibility/ax_tree_data.h
|
| diff --git a/ui/accessibility/ax_tree_data.h b/ui/accessibility/ax_tree_data.h
|
| index f780415be25cedc6ecc3792ded1cc6621a5d7676..83a1589066652158dcb9b8429cdf34a4f6e441a3 100644
|
| --- a/ui/accessibility/ax_tree_data.h
|
| +++ b/ui/accessibility/ax_tree_data.h
|
| @@ -43,12 +43,12 @@ struct AX_EXPORT AXTreeData {
|
| int32_t focused_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.
|
|
|