| 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 3e6809b50bb6151bc2da9c3bd7a494364f7baf1a..585d862b5990c885454d0ee14d97c8eb79ebc5ed 100644
|
| --- a/components/dom_distiller/core/url_constants.cc
|
| +++ b/components/dom_distiller/core/url_constants.cc
|
| @@ -11,5 +11,6 @@ const char kEntryIdKey[] = "entry_id";
|
| const char kUrlKey[] = "url";
|
| const char kViewerCssPath[] = "dom_distiller_viewer.css";
|
| const char kViewerJsPath[] = "dom_distiller_viewer.js";
|
| +const char kViewerViewOriginalPath[] = "vieworiginal";
|
|
|
| } // namespace dom_distiller
|
|
|