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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html

Issue 1896963003: MD Settings: move bluetooth dialog styles to a shared import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_dialog.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html
index f528abab4f07961ca6268026021ad98bddd735b4..edb3b174b1e4d0236fbb3d579a9f678b1f75f43e 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_add_device_dialog.html
@@ -4,11 +4,12 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
<link rel="import" href="chrome://md-settings/settings_shared_css.html">
+<link rel="import" href="chrome://md-settings/bluetooth_page/bluetooth_dialog_shared_css.html">
<dom-module id="settings-bluetooth-add-device-dialog">
- <link rel="import" type="css" href="bluetooth_dialog.css">
<template>
<style include="settings-shared"></style>
+ <style include="bluetooth-dialog-shared"></style>
<div id="dialogOuterDiv" class="layout vertical flex">
<div id="dialogHeaderDiv" class="settings-box layout horizontal">
<span id="dialogTitle" class="flex"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_dialog.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698