Chromium Code Reviews| Index: components/browsing_data_ui/history_notice_utils.h |
| diff --git a/components/browsing_data_ui/history_notice_utils.h b/components/browsing_data_ui/history_notice_utils.h |
| index b6b68e9173df03ea23af392886eae46992fe09e9..c946c8d078948c01b8518e545cb7e88e54cbe6cc 100644 |
| --- a/components/browsing_data_ui/history_notice_utils.h |
| +++ b/components/browsing_data_ui/history_notice_utils.h |
| @@ -15,6 +15,12 @@ class WebHistoryService; |
| namespace browsing_data_ui { |
| +namespace switches { |
| + |
| +extern const char kOverrideOtherFormsOfBrowsingHistoryQuery[]; |
|
msarda
2016/04/12 16:41:47
Please add a comment for this public constant.
msramek
2016/04/13 14:29:42
Done.
|
| + |
| +} |
| + |
| // Whether the Clear Browsing Data UI should show a notice about the existence |
| // of other forms of browsing history stored in user's account. The response |
| // is returned in a |callback|. |