Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: chrome/browser/resources/settings/printing_page/cups_printers.html

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the Google cloud printing icon. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="/settings_shared_css.html">
3
4 <dom-module id="settings-cups-printers">
5 <template>
6 <style include="settings-shared"></style>
7 <!--TODO(xdai): Implement the cups printing subpage. -->
8 <div class="settings-box first">
9 CUPS printers settings go here.
10 </div>
11 </template>
12 <script src="cups_printers.js"></script>
13 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698