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

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

Issue 1091253005: [Android] Update Protected Media Identifier Settings UI to reflect exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Newton's Comments Created 5 years, 8 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.cc
diff --git a/chrome/browser/android/chromium_application.cc b/chrome/browser/android/chromium_application.cc
index 8b98d4318b06030620dc09d08dc4b6a490fca161..0d907e37e6019d462e27e9e961532c23389e938d 100644
--- a/chrome/browser/android/chromium_application.cc
+++ b/chrome/browser/android/chromium_application.cc
@@ -110,12 +110,6 @@ bool ChromiumApplication::RegisterBindings(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-void ChromiumApplication::OpenProtectedContentSettings() {
- Java_ChromiumApplication_openProtectedContentSettings(
- base::android::AttachCurrentThread(),
- base::android::GetApplicationContext());
-}
-
void ChromiumApplication::ShowAutofillSettings() {
Java_ChromiumApplication_showAutofillSettings(
base::android::AttachCurrentThread(),

Powered by Google App Engine
This is Rietveld 408576698