| Index: chrome/browser/android/chrome_application.h
|
| diff --git a/chrome/browser/android/chrome_application.h b/chrome/browser/android/chrome_application.h
|
| index fbd7a77c8470b5614cc5e9b33f083b6aa10ba982..ea05aad33e357f4e990864f8fbb6a7030a878bfe 100644
|
| --- a/chrome/browser/android/chrome_application.h
|
| +++ b/chrome/browser/android/chrome_application.h
|
| @@ -9,10 +9,6 @@
|
|
|
| #include "base/macros.h"
|
|
|
| -namespace content {
|
| -class WebContents;
|
| -}
|
| -
|
| namespace chrome {
|
| namespace android {
|
|
|
| @@ -23,15 +19,6 @@ class ChromeApplication {
|
| public:
|
| static bool RegisterBindings(JNIEnv* env);
|
|
|
| - // Opens the password settings page.
|
| - static void ShowPasswordSettings();
|
| -
|
| - // Open the clear browsing data UI.
|
| - static void OpenClearBrowsingData(content::WebContents* web_contents);
|
| -
|
| - // Determines whether parental controls are enabled.
|
| - static bool AreParentalControlsEnabled();
|
| -
|
| private:
|
| ChromeApplication() {}
|
| ~ChromeApplication() {}
|
|
|