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

Unified Diff: third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 7 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: third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html
diff --git a/third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html b/third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html
index bfcab3ec74c95c92be1e39e79b5b6aaa7c94ad69..2d010f0e32d0dc62b179865b7711d553b984a5d4 100644
--- a/third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html
+++ b/third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html
@@ -8,9 +8,6 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-selector/iron-multi-selectable.html">
-
-<!--
-`Polymer.IronMenuBehavior` implements accessible menu behavior.
--->
+<link rel="import" href="../iron-a11y-keys-behavior/iron-a11y-keys-behavior.html">
</head><body><script src="iron-menu-behavior-extracted.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698