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

Unified Diff: ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html

Issue 1019403002: Fetch and actually set prefs (using chrome.send for now). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dan comments Created 5 years, 9 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/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html
diff --git a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html
index 6f3bd02ea475862c76abcaf33d592d9adab7259a..4096e9c4275999ebdb942bb4536ac6c791302db8 100644
--- a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html
+++ b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.html
@@ -1,7 +1,7 @@
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="chrome://resources/polymer/paper-dropdown/paper-dropdown.html">
-<script src="chrome://resources/js/assert.js"></script>
+<link rel="import" href="chrome://resources/html/assert.html">
<polymer-element name="cr-dropdown-menu">
<template>

Powered by Google App Engine
This is Rietveld 408576698