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

Unified Diff: chrome/browser/ui/webui/options/clear_browser_data_handler.h

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Created 4 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: chrome/browser/ui/webui/options/clear_browser_data_handler.h
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
index 44786bc08803c30c982073f3abe189e3eab6f95b..5347df68a32e862660b5fdd10f98e04bb2fc3a33 100644
--- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h
+++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
@@ -58,6 +58,10 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler,
// bottom of the dialog.
void OnStateChanged() override;
+ // Whether we should show the footer message informing the user about other
+ // forms of browsing history.
+ bool ShouldShowHistoryFooter();
+
// If non-null it means removal is in progress.
BrowsingDataRemover* remover_;

Powered by Google App Engine
This is Rietveld 408576698