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

Unified Diff: third_party/polymer/v1_0/components/iron-overlay-behavior/README.md

Issue 1269803005: Remove third_party/polymer from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/v1_0/components/iron-overlay-behavior/README.md
diff --git a/third_party/polymer/v1_0/components/iron-overlay-behavior/README.md b/third_party/polymer/v1_0/components/iron-overlay-behavior/README.md
deleted file mode 100644
index 17df695feb2204cd4b4d3e563e4b4e42057f418d..0000000000000000000000000000000000000000
--- a/third_party/polymer/v1_0/components/iron-overlay-behavior/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# iron-overlay-behavior
-Makes an element an overlay with an optional backdrop.
-
-`iron-overlay-behavior` displays an element on top of other content. It starts out hidden and is
-displayed by calling `open()` or setting the `opened` property to `true`. It may be closed by
-calling `close()` or `cancel()`, or by setting the `opened` property to `true`.
-
-The difference between `close()` and `cancel()` is user intent. `close()` generally implies that
-the user acknowledged the content of the overlay. By default, it will cancel whenever the user taps
-outside it or presses the escape key. This behavior can be turned off via the `no-cancel-on-esc-key`
-and the `no-cancel-on-outside-click` properties.

Powered by Google App Engine
This is Rietveld 408576698