| Index: components/dom_distiller/core/url_constants.cc
|
| diff --git a/components/dom_distiller/core/url_constants.cc b/components/dom_distiller/core/url_constants.cc
|
| index 585d862b5990c885454d0ee14d97c8eb79ebc5ed..d23c87f0441a62c13ad859cdb00b9bbe2e4f08e9 100644
|
| --- a/components/dom_distiller/core/url_constants.cc
|
| +++ b/components/dom_distiller/core/url_constants.cc
|
| @@ -8,6 +8,8 @@ namespace dom_distiller {
|
|
|
| const char kDomDistillerScheme[] = "chrome-distiller";
|
| const char kEntryIdKey[] = "entry_id";
|
| +const char kFeedbackBad[] = "feedbackbad";
|
| +const char kFeedbackGood[] = "feedbackgood";
|
| const char kUrlKey[] = "url";
|
| const char kViewerCssPath[] = "dom_distiller_viewer.css";
|
| const char kViewerJsPath[] = "dom_distiller_viewer.js";
|
|
|