blob: 6ff7238d250a3866bf9389df5cb2541c96e16441 [file] [log] [blame]
<!--
Copyright 2018 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.
-->
<link rel="import" href="./tricium-client.html">
<dom-module id="tricium-feedback-button">
<template>
<gr-button
class="action"
on-tap="reportNotUseful"
disabled$="[[disabled]]"
link>Not Useful</gr-button>
<tricium-client
id="client"
tricium-host="[[triciumHost]]"
plugin="[[plugin]]"></tricium-client>
</template>
<script src="tricium-feedback-button.js"></script>
</dom-module>