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

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.cc

Issue 1345343003: Remove lots of old blur plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 5 years, 2 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: components/web_contents_delegate_android/web_contents_delegate_android.cc
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc
index 167d2d0509c256b45fd3d71bde1f1967ff8f9e79..bfc2c4095ba0760da25b6f74699df908fe5164b5 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
@@ -169,11 +169,6 @@ void WebContentsDelegateAndroid::ActivateContents(WebContents* contents) {
Java_WebContentsDelegateAndroid_activateContents(env, obj.obj());
}
-void WebContentsDelegateAndroid::DeactivateContents(WebContents* contents) {
- // On desktop the current window is deactivated here, bringing the next window
- // to focus. Not implemented on Android.
-}
-
void WebContentsDelegateAndroid::LoadingStateChanged(WebContents* source,
bool to_different_document) {
JNIEnv* env = AttachCurrentThread();

Powered by Google App Engine
This is Rietveld 408576698