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

Unified Diff: chrome/browser/android/preferences/preferences_launcher.h

Issue 2768023002: Move remaining @CalledByNative methods out of ChromeApplication. (Closed)
Patch Set: 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
Index: chrome/browser/android/preferences/preferences_launcher.h
diff --git a/chrome/browser/android/preferences/preferences_launcher.h b/chrome/browser/android/preferences/preferences_launcher.h
index 1385e9fdfc27ed6b508b1642afd709b1f264cfdd..6d85659c49d50a6b69ddd0072b7494e2d04f28f1 100644
--- a/chrome/browser/android/preferences/preferences_launcher.h
+++ b/chrome/browser/android/preferences/preferences_launcher.h
@@ -8,6 +8,10 @@
#include <jni.h>
#include "base/macros.h"
+namespace content {
+class WebContents;
+}
+
namespace chrome {
namespace android {
@@ -16,6 +20,12 @@ class PreferencesLauncher {
// Opens the autofill settings page.
static void ShowAutofillSettings();
+ // Opens the password settings page.
+ static void ShowPasswordSettings();
+
+ // Open the clear browsing data UI.
+ static void OpenClearBrowsingData(content::WebContents* web_contents);
+
private:
PreferencesLauncher() {}
~PreferencesLauncher() {}

Powered by Google App Engine
This is Rietveld 408576698