Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_support/main.html |
| diff --git a/chrome/browser/resources/chromeos/arc_support/main.html b/chrome/browser/resources/chromeos/arc_support/main.html |
| index bba6c8d25d9254f04705d8debeecca1c122002e2..a70fc9ffa47efc31bea6863d5c7794abfb0a6106 100644 |
| --- a/chrome/browser/resources/chromeos/arc_support/main.html |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.html |
| @@ -94,7 +94,10 @@ |
| i18n-values=".innerHTML:textLocationService"></p> |
| </label> |
| </div> |
| - <div class="layout horizontal end-justified section-buttons"> |
| + <div class="layout horizontal center end-justified section-buttons"> |
| + <a class="checkbox-text" id="privacy-policy-link" |
| + href="#" i18n-content="privacyPolicyLink"></a> |
| + <div class="layout flex auto"></div> |
|
xiyuan
2016/10/19 16:55:29
nit: class "layout" and "out" are probably not nee
khmel
2016/10/19 18:19:28
Right
|
| <paper-button class="white" id="button-cancel" |
| i18n-content="buttonCancel"> |
| </paper-button> |