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

Side by Side 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: Changes per dbeam@'s comments. Rebase. 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This Polymer element is used as a container for all the feedback
6 // elements. Based on a number of factors, it determines which elements
7 // to show and what will be submitted to the feedback servers.
8 Polymer({
Dan Beam 2016/06/09 19:03:39 this doesn't really do much yet, and you don't act
apacible 2016/06/09 21:01:35 There are some feedback components that I plan to
9 is: 'feedback-container',
10
11 behaviors: [
12 I18nBehavior,
13 ],
14 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698