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

Unified Diff: ui/file_manager/audio_player/audio_player.html

Issue 1176483002: AudioPlayer.app: Migrate to Polymer 1.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 5 years, 6 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: ui/file_manager/audio_player/audio_player.html
diff --git a/ui/file_manager/audio_player/audio_player.html b/ui/file_manager/audio_player/audio_player.html
index 0fecd840219e1378c4ff7ece2d5a8fc0fa079b9c..9daa4849c3d824bb206e1e1d824ee7dd573d5981 100644
--- a/ui/file_manager/audio_player/audio_player.html
+++ b/ui/file_manager/audio_player/audio_player.html
@@ -13,6 +13,8 @@
<title>&#xFEFF;</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" type="text/css" href="css/audio_player.css">
+
+ <script src="chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/polymer_config.js"></script>
<link rel="import" href="elements/audio_player.html">
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698