| 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();
|
|
|
|
|