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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_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
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
index 755d41883919ec85f095728d3f72122e441689db..9a8d59496df6992720d400463b01acd3f8b86f46 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.html
@@ -4,11 +4,12 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.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-pair-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 center">
<span id="dialogTitle" class="flex"

Powered by Google App Engine
This is Rietveld 408576698