| Index: components/dom_distiller/core/viewer.h
|
| diff --git a/components/dom_distiller/core/viewer.h b/components/dom_distiller/core/viewer.h
|
| index 3f924da6b85e2164cea9b2403e4e5b9a6b1d180b..950c9dbabf6d3c908df55828f7f1c87eb052e6d6 100644
|
| --- a/components/dom_distiller/core/viewer.h
|
| +++ b/components/dom_distiller/core/viewer.h
|
| @@ -23,9 +23,6 @@ class ViewRequestDelegate;
|
|
|
| namespace viewer {
|
|
|
| -// Returns the JavaScript to show the feedback footer for a distilled page.
|
| -const std::string GetShowFeedbackFormJs();
|
| -
|
| // Returns an HTML template page based on the given |page_proto| which provides
|
| // basic information about the page (i.e. title, text direction, etc.). This is
|
| // supposed to be displayed to the end user. The returned HTML should be
|
|
|