| Index: chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.html b/chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| deleted file mode 100644
|
| index 1958a01a5ed592a0c1735c13cd400332e3c612c4..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| +++ /dev/null
|
| @@ -1,122 +0,0 @@
|
| -<!doctype html>
|
| -<html i18n-values="dir:textdirection;lang:language">
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <link rel="import" href="chrome://resources/html/polymer.html">
|
| - <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| - <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
|
| - <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| - <link rel="stylesheet" href="sync_confirmation.css"></link>
|
| - <style is="custom-style">
|
| - a {
|
| - color: var(--google-blue-700);
|
| - text-decoration: none;
|
| - }
|
| -
|
| - #confirmButton {
|
| - --paper-button: {
|
| - background: var(--google-blue-500);
|
| - color: white;
|
| - font-weight: 500;
|
| - };
|
| - --paper-button-flat-keyboard-focus: {
|
| - background: rgb(58, 117, 215);
|
| - };
|
| - }
|
| -
|
| - #undoButton {
|
| - --paper-button: {
|
| - color: var(--paper-grey-600);
|
| - font-weight: 500;
|
| - };
|
| - --paper-button-flat-keyboard-focus: {
|
| - background: rgba(0, 0, 0, .12);
|
| - };
|
| - }
|
| -
|
| -<if expr="is_macosx or is_linux">
|
| - .action-container {
|
| - flex-flow: row-reverse;
|
| - justify-content: flex-start;
|
| - }
|
| -
|
| - #undoButton {
|
| - -webkit-margin-end: 8px;
|
| - -webkit-margin-start: 0;
|
| - }
|
| -</if>
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <div class="container">
|
| - <div class="top-title-bar">$i18n{syncConfirmationTitle}</div>
|
| - <div class="details">
|
| - <div id="picture-container">
|
| - <div id="illustration">
|
| - <div id="icons">
|
| - <div id="icon-bookmarks" class="fade-top-left"></div>
|
| - <div id="icon-extensions" class="fade-top-left"></div>
|
| - <div id="icon-passwords" class="fade-bottom-left"></div>
|
| - <div id="icon-history" class="fade-top-right"></div>
|
| - <div id="icon-tabs" class="fade-middle-right"></div>
|
| - <div id="icon-themes" class="fade-bottom-right"></div>
|
| - <div id="icon-circle-open" class="fade-middle-left"></div>
|
| - <div id="icon-circle-1" class="icon-circle fade-middle-left"></div>
|
| - <div id="icon-circle-2" class="icon-circle fade-top-right"></div>
|
| - <div id="icon-circle-3" class="icon-circle fade-middle-right"></div>
|
| - <div id="icon-circle-4" class="icon-circle fade-top-right"></div>
|
| - </div>
|
| - <div class="picture">
|
| - <img id="profile-picture"></img>
|
| - <div id="checkmark-circle">
|
| - <svg id="checkmark-check" width="13" height="10" viewBox="0 0 13 10">
|
| - <path id="checkmark-path" d="M1 5l3.5 3.5L12 1" stroke="#FFF"
|
| - stroke-width="2" stroke-dasharray="16"
|
| - stroke-dashoffset="16" fill="none"></path>
|
| - </svg>
|
| - </div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| - <div class="message-container">
|
| - <div id="chrome-logo" class="logo"></div>
|
| - <div>
|
| - <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div>
|
| - <div class="body text"
|
| - i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div>
|
| - </div>
|
| - </div>
|
| - <div class="message-container">
|
| - <div id="googleg-logo" class="logo"></div>
|
| - <div>
|
| - <div class="title">
|
| - $i18n{syncConfirmationPersonalizeServicesTitle}
|
| - </div>
|
| - <div class="body text">
|
| - $i18n{syncConfirmationPersonalizeServicesBody}
|
| - </div>
|
| - </div>
|
| - </div>
|
| - <div class="message-container">
|
| - <div class="body"
|
| - i18n-values=".innerHTML:syncConfirmationSyncSettingsLinkBody">
|
| - </div>
|
| - </div>
|
| - </div>
|
| - <div class="action-container">
|
| - <paper-button id="confirmButton">
|
| - $i18n{syncConfirmationConfirmLabel}
|
| - </paper-button>
|
| - <paper-button id="undoButton">
|
| - $i18n{syncConfirmationUndoLabel}
|
| - </paper-button>
|
| - </div>
|
| - </div>
|
| - </body>
|
| - <script src="chrome://resources/js/cr.js"></script>
|
| - <script src="chrome://resources/js/load_time_data.js"></script>
|
| - <script src="chrome://resources/js/util.js"></script>
|
| - <script src="sync_confirmation.js"></script>
|
| - <script src="chrome://sync-confirmation/strings.js"></script>
|
| - <script src="chrome://resources/js/i18n_template.js"></script>
|
| -</html>
|
|
|