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

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

Issue 2768023002: Move remaining @CalledByNative methods out of ChromeApplication. (Closed)
Patch Set: Use DISALLOW_IMPLICIT_CONSTRUCTORS instead of DISALLOW_COPY_AND_ASSIGN Created 3 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698