Chromium Code Reviews| Index: components/history/core/browser/history_backend_client.h |
| diff --git a/components/history/core/browser/history_backend_client.h b/components/history/core/browser/history_backend_client.h |
| index 8327bd26f7371ea825df03ed36936cd85be13d55..fca8e04a366ed0f46a19a857d87b353dcb0990c1 100644 |
| --- a/components/history/core/browser/history_backend_client.h |
| +++ b/components/history/core/browser/history_backend_client.h |
| @@ -44,6 +44,8 @@ class HistoryBackendClient { |
| // Returns whether database errors should be reported to the crash server. |
| virtual bool ShouldReportDatabaseError() = 0; |
| + virtual bool IsWebSafe(const GURL& url) = 0; |
|
sdefresne
2016/05/03 12:03:40
Please document this method.
Marc Treib
2016/05/03 12:15:10
Done.
|
| + |
| #if defined(OS_ANDROID) |
| // Called upon initialization of the HistoryBackend. |
| virtual void OnHistoryBackendInitialized( |