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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2353063005: Refactor ContentViewClient (1/6) (Closed)
Patch Set: fix tests Created 4 years, 3 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: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index ccb687aed5e16b1e8aaa3a8df2c6b9f8a07e5d49..4a6dc261463c9c9e9d09ae3188e0f69df9a15972 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -358,9 +358,6 @@ class ContentViewCoreImpl : public ContentViewCore,
// testing/benchmarking purposes.
base::android::ScopedJavaLocalRef<jobject> CreateMotionEventSynthesizer();
- // Returns True if the given media should be blocked to load.
- bool ShouldBlockMediaRequest(const GURL& url);
-
void DidStopFlinging();
// Returns the context with which the ContentViewCore was created, typically

Powered by Google App Engine
This is Rietveld 408576698