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

Unified Diff: chrome/browser/android/chromium_application.h

Issue 286353002: Move ClearBrowsingData from the ToolbarModel to the application (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove OpenClearBrowsingData declaration from tab model test. Created 6 years, 7 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/android/chromium_application.h
diff --git a/chrome/browser/android/chromium_application.h b/chrome/browser/android/chromium_application.h
index c2ecef2980910f6ba6e3c386450244257ecc2b10..6a0ba6da51c1a81c4961843aa883f40c37360091 100644
--- a/chrome/browser/android/chromium_application.h
+++ b/chrome/browser/android/chromium_application.h
@@ -9,6 +9,10 @@
#include "base/basictypes.h"
+namespace content {
+class WebContents;
+}
+
namespace chrome {
namespace android {
@@ -28,6 +32,9 @@ class ChromiumApplication {
// Shows a dialog with the terms of service.
static void ShowTermsOfServiceDialog();
+ // Open the clear browsing data UI.
+ static void OpenClearBrowsingData(content::WebContents* web_contents);
+
// Determines whether parental controls are enabled.
static bool AreParentalControlsEnabled();

Powered by Google App Engine
This is Rietveld 408576698