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

Unified Diff: elements/viewer-error-screen/viewer-error-screen.html

Issue 159363003: Add viewer-error-screen element to html-office-public (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: \ Created 6 years, 10 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
« no previous file with comments | « elements/viewer-error-screen/viewer-error-screen.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elements/viewer-error-screen/viewer-error-screen.html
diff --git a/elements/viewer-error-screen/viewer-error-screen.html b/elements/viewer-error-screen/viewer-error-screen.html
new file mode 100644
index 0000000000000000000000000000000000000000..d926f6f2a3ef313290ff5019592e8f34b6c60ece
--- /dev/null
+++ b/elements/viewer-error-screen/viewer-error-screen.html
@@ -0,0 +1,9 @@
+<polymer-element name="viewer-error-screen" attributes="text">
+<template>
+ <link rel="stylesheet" href="viewer-error-screen.css">
+ <div id="load-failed-message">{{text}}</div>
+</template>
+<script>
+ Polymer('viewer-error-screen', {});
+</script>
+</polymer-element>
« no previous file with comments | « elements/viewer-error-screen/viewer-error-screen.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698