| 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-nonsync |
| 69 i18n-content="removeUserWarningText" hidden></div> | 69 non-sync has-stats"></div> |
| 70 <div class="action-box-remove-user-warning-text-nonsync-nostats |
| 71 non-sync has-no-stats" |
| 72 i18n-content="removeUserWarningTextNonSyncNoStats"></div> |
| 73 <table class="action-box-remove-user-warning-table-nonsync |
| 74 non-sync has-stats"> |
| 75 <tbody> |
| 76 <tr> |
| 77 <td i18n-content="removeUserWarningTextHistory"></td> |
| 78 <td class="action-box-remove-user-warning-history |
| 79 action-box-remove-user-warning-table-numbers" |
| 80 i18n-content="removeUserWarningTextCalculating"></td> |
| 81 </tr> |
| 82 <tr> |
| 83 <td i18n-content="removeUserWarningTextPasswords"></td> |
| 84 <td class="action-box-remove-user-warning-passwords |
| 85 action-box-remove-user-warning-table-numbers" |
| 86 i18n-content="removeUserWarningTextCalculating"></td> |
| 87 </tr> |
| 88 <tr> |
| 89 <td i18n-content="removeUserWarningTextBookmarks"></td> |
| 90 <td class="action-box-remove-user-warning-bookmarks |
| 91 action-box-remove-user-warning-table-numbers" |
| 92 i18n-content="removeUserWarningTextCalculating"></td> |
| 93 </tr> |
| 94 <tr> |
| 95 <td i18n-content="removeUserWarningTextSettings"></td> |
| 96 <td class="action-box-remove-user-warning-settings |
| 97 action-box-remove-user-warning-table-numbers" |
| 98 i18n-content="removeUserWarningTextCalculating"></td> |
| 99 </tr> |
| 100 </tbody> |
| 101 </table> |
| 102 <div class="action-box-remove-user-warning-text-sync |
| 103 sync has-stats"></div> |
| 104 <div class="action-box-remove-user-warning-text-sync-nostats |
| 105 sync has-no-stats" |
| 106 i18n-content="removeUserWarningTextSyncNoStats"></div> |
| 70 <div class="action-box-remove-legacy-supervised-user-warning-text" | 107 <div class="action-box-remove-legacy-supervised-user-warning-text" |
| 71 i18n-content="removeLegacySupervisedUserWarningText"></div> | 108 i18n-content="removeLegacySupervisedUserWarningText"></div> |
| 72 <button class="remove-warning-button | 109 <button class="remove-warning-button |
| 73 custom-appearance button-fancy button-red" | 110 custom-appearance button-fancy button-red" |
| 74 i18n-content="removeUserWarningButtonTitle"></button> | 111 i18n-content="removeUserWarningButtonTitle"></button> |
| 75 </div> | 112 </div> |
| 76 </div> | 113 </div> |
| 77 <div class="user-type-bubble"> | 114 <div class="user-type-bubble"> |
| 78 <div class="user-type-bubble-header"> | 115 <div class="user-type-bubble-header"> |
| 79 <span class="mp-policy-title" | 116 <span class="mp-policy-title" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 i18n-content="publicSessionLanguageAndInput"></a> | 165 i18n-content="publicSessionLanguageAndInput"></a> |
| 129 </div> | 166 </div> |
| 130 <button class="enter-button" | 167 <button class="enter-button" |
| 131 i18n-content="publicAccountEnter" | 168 i18n-content="publicAccountEnter" |
| 132 i18n-values="aria-label:publicAccountEnterAccessibleName"> | 169 i18n-values="aria-label:publicAccountEnterAccessibleName"> |
| 133 </button> | 170 </button> |
| 134 </div> | 171 </div> |
| 135 </div> | 172 </div> |
| 136 </div> | 173 </div> |
| 137 </div> | 174 </div> |
| OLD | NEW |