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

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.js

Issue 2039593002: [Md Feedback] Add initial content/strings to feedback-container element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/resources/md_feedback/feedback_container.js
diff --git a/chrome/browser/resources/md_feedback/feedback_container.js b/chrome/browser/resources/md_feedback/feedback_container.js
new file mode 100644
index 0000000000000000000000000000000000000000..0651f1eeec72dd0b50d728182322f2c0048129d2
--- /dev/null
+++ b/chrome/browser/resources/md_feedback/feedback_container.js
@@ -0,0 +1,14 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This Polymer element is used as a container for all the feedback
+// elements. Based on a number of factors, it determines which elements
+// to show and what will be submitted to the feedback servers.
+Polymer({
+ is: 'feedback-container',
+
+ behaviors: [
+ I18nBehavior,
+ ],
+});

Powered by Google App Engine
This is Rietveld 408576698