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

Unified Diff: components/dom_distiller/core/url_constants.h

Issue 1043263004: Basic hookup for distiller feedback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rebase-html-feedback
Patch Set: rebase Created 5 years, 9 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: components/dom_distiller/core/url_constants.h
diff --git a/components/dom_distiller/core/url_constants.h b/components/dom_distiller/core/url_constants.h
index 786d6ecc063d1686e4a276bedeeb3bd228d4497b..021086ae361ba5a272152156ce17cb493e9f8749 100644
--- a/components/dom_distiller/core/url_constants.h
+++ b/components/dom_distiller/core/url_constants.h
@@ -9,6 +9,8 @@ namespace dom_distiller {
extern const char kDomDistillerScheme[];
extern const char kEntryIdKey[];
+extern const char kFeedbackBad[];
+extern const char kFeedbackGood[];
extern const char kUrlKey[];
extern const char kViewerCssPath[];
extern const char kViewerJsPath[];

Powered by Google App Engine
This is Rietveld 408576698