| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> | 1 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> |
| 2 | 2 |
| 3 <div id="user-pod-template" class="pod" hidden> | 3 <div id="user-pod-template" class="pod" hidden> |
| 4 <div class="user-image-pane"> | 4 <div class="user-image-pane"> |
| 5 <div class="user-image-container"> | 5 <div class="user-image-container"> |
| 6 <img class="user-image" alt> | 6 <img class="user-image" alt> |
| 7 </div> | 7 </div> |
| 8 <div class="signed-in-indicator" i18n-content="signedIn"></div> | 8 <div class="signed-in-indicator" i18n-content="signedIn"></div> |
| 9 <div class="indicator-container"> | 9 <div class="indicator-container"> |
| 10 <div class="indicator legacy-supervised-indicator"></div> | 10 <div class="indicator legacy-supervised-indicator"></div> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 </div> | 58 </div> |
| 59 <div class="action-box-menu"> | 59 <div class="action-box-menu"> |
| 60 <div class="action-box-menu-title"> | 60 <div class="action-box-menu-title"> |
| 61 <span class="action-box-menu-title-name"></span> | 61 <span class="action-box-menu-title-name"></span> |
| 62 <span class="action-box-menu-title-email"></span> | 62 <span class="action-box-menu-title-email"></span> |
| 63 </div> | 63 </div> |
| 64 <div class="action-box-menu-remove"> | 64 <div class="action-box-menu-remove"> |
| 65 <span class="action-box-menu-remove-command"/> | 65 <span class="action-box-menu-remove-command"/> |
| 66 </div> | 66 </div> |
| 67 <div class="action-box-remove-user-warning" hidden> | 67 <div class="action-box-remove-user-warning" hidden> |
| 68 <div class="action-box-remove-user-warning-text" | 68 <div class="action-box-remove-user-warning-text-nostats" |
| 69 i18n-content="removeUserWarningText" hidden></div> | 69 i18n-content="removeUserWarningText" hidden></div> |
| 70 <div class="action-box-remove-user-warning-text-nonsync" hidden></div> |
| 71 <table class="action-box-remove-user-warning-table-nonsync" hidden> |
| 72 <tbody> |
| 73 <tr> |
| 74 <td i18n-content="removeUserWarningTextHistory"></td> |
| 75 <td class="action-box-remove-user-warning-history |
| 76 action-box-remove-user-warning-table-numbers" |
| 77 i18n-content="removeUserWarningTextComputing"></td> |
| 78 </tr> |
| 79 <tr> |
| 80 <td i18n-content="removeUserWarningTextPasswords"></td> |
| 81 <td class="action-box-remove-user-warning-passwords |
| 82 action-box-remove-user-warning-table-numbers" |
| 83 i18n-content="removeUserWarningTextComputing"></td> |
| 84 </tr> |
| 85 <tr> |
| 86 <td i18n-content="removeUserWarningTextBookmarks"></td> |
| 87 <td class="action-box-remove-user-warning-bookmarks |
| 88 action-box-remove-user-warning-table-numbers" |
| 89 i18n-content="removeUserWarningTextComputing"></td> |
| 90 </tr> |
| 91 <tr> |
| 92 <td i18n-content="removeUserWarningTextSettings"></td> |
| 93 <td class="action-box-remove-user-warning-settings |
| 94 action-box-remove-user-warning-table-numbers" |
| 95 i18n-content="removeUserWarningTextComputing"></td> |
| 96 </tr> |
| 97 </tbody> |
| 98 </table> |
| 99 <div class="action-box-remove-user-warning-text-sync" hidden></div> |
| 100 <div class="action-box-remove-user-warning-text-sync2" hidden></div> |
| 70 <div class="action-box-remove-legacy-supervised-user-warning-text" | 101 <div class="action-box-remove-legacy-supervised-user-warning-text" |
| 71 i18n-content="removeLegacySupervisedUserWarningText"></div> | 102 i18n-content="removeLegacySupervisedUserWarningText"></div> |
| 72 <button class="remove-warning-button | 103 <button class="remove-warning-button |
| 73 custom-appearance button-fancy button-red" | 104 custom-appearance button-fancy button-red" |
| 74 i18n-content="removeUserWarningButtonTitle"></button> | 105 i18n-content="removeUserWarningButtonTitle"></button> |
| 75 </div> | 106 </div> |
| 76 </div> | 107 </div> |
| 77 <div class="user-type-bubble"> | 108 <div class="user-type-bubble"> |
| 78 <div class="user-type-bubble-header"> | 109 <div class="user-type-bubble-header"> |
| 79 <span class="mp-policy-title" | 110 <span class="mp-policy-title" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 i18n-content="publicSessionLanguageAndInput"></a> | 159 i18n-content="publicSessionLanguageAndInput"></a> |
| 129 </div> | 160 </div> |
| 130 <button class="enter-button" | 161 <button class="enter-button" |
| 131 i18n-content="publicAccountEnter" | 162 i18n-content="publicAccountEnter" |
| 132 i18n-values="aria-label:publicAccountEnterAccessibleName"> | 163 i18n-values="aria-label:publicAccountEnterAccessibleName"> |
| 133 </button> | 164 </button> |
| 134 </div> | 165 </div> |
| 135 </div> | 166 </div> |
| 136 </div> | 167 </div> |
| 137 </div> | 168 </div> |
| OLD | NEW |