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

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

Issue 2682593002: Refactor ContentViewClient (4/6) (Closed)
Patch Set: . Created 3 years, 10 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 18d55d423e3da9ba9240c32e46c8a62993fa224d..b486dec4e4e2ad38e6a50b85615e06437f14278d 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -335,7 +335,6 @@ class ContentViewCoreImpl : public ContentViewCore,
int composition_end,
bool show_ime_if_needed,
bool reply_to_request);
- void OnBackgroundColorChanged(SkColor color);
bool HasFocus();
void RequestDisallowInterceptTouchEvent();
@@ -347,8 +346,6 @@ class ContentViewCoreImpl : public ContentViewCore,
const gfx::PointF& selection_anchor,
const gfx::RectF& selection_rect);
- void StartContentIntent(const GURL& content_url, bool is_main_frame);
-
// Shows the disambiguation popup
// |rect_pixels| --> window coordinates which |zoomed_bitmap| represents
// |zoomed_bitmap| --> magnified image of potential touch targets

Powered by Google App Engine
This is Rietveld 408576698