| Index: chrome/browser/resources/print_preview/search/destination_search.html
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_search.html b/chrome/browser/resources/print_preview/search/destination_search.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c5b05a12cc365109650c3e1e9ce6a0af97371bab
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/search/destination_search.html
|
| @@ -0,0 +1,26 @@
|
| +<div id="destination-search" class="destination-search overlay" style="display: none;">
|
| + <div class="destination-search-page page">
|
| + <h1 class="destination-search-title">Destination</h1>
|
| + <span class="destination-search-user-info" style="display: none;">
|
| + Signed in as <span class="destination-search-user-email"></span>
|
| + </span>
|
| + <div class="destination-search-close-button close-button"></div>
|
| + <div class="destination-search-search-box-container">
|
| + <include src="search_box.html"/>
|
| + </div>
|
| + <div class="destination-search-lists">
|
| + <div class="destination-search-recent-list"></div>
|
| + <div class="destination-search-local-list"></div>
|
| + <div class="destination-search-cloud-list" style="display: none;"></div>
|
| + </div>
|
| + <div class="destination-search-cloudprint-promo" style="display: none;">
|
| + <div class="destination-search-cloud-icon"></div>
|
| + <span>
|
| + Print to Google Docs and other cloud destinations.
|
| + <button class="destination-search-sign-in link-button">Sign
|
| + in</button>
|
| + to print to Google Cloud Print.
|
| + </span>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|