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

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

Issue 136693011: Disable incognito if parental controls are enabled on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep native_test as the package to be compliant w/ testing framework Created 6 years, 11 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 36d235d987fc77706af69fa1c73c210b2217762b..c2ecef2980910f6ba6e3c386450244257ecc2b10 100644
--- a/chrome/browser/android/chromium_application.h
+++ b/chrome/browser/android/chromium_application.h
@@ -28,6 +28,9 @@ class ChromiumApplication {
// Shows a dialog with the terms of service.
static void ShowTermsOfServiceDialog();
+ // Determines whether parental controls are enabled.
+ static bool AreParentalControlsEnabled();
+
private:
ChromiumApplication() {}
~ChromiumApplication() {}

Powered by Google App Engine
This is Rietveld 408576698