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

Unified Diff: chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h

Issue 1304013002: Move functionality for ContentViewCore to ContextualSearchPanel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple-move-cvc-to-panel
Patch Set: Created 5 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: chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h
diff --git a/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h b/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h
index c28734872507f2ac7c00ff43849cdadc2ccaa9ef..1f69b42a552f37ebe9aa93a493f252d7e3fc6207 100644
--- a/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h
+++ b/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h
@@ -44,9 +44,6 @@ class ContextualSearchPanel {
// Destroys the WebContents.
void DestroyWebContents(JNIEnv* env, jobject jobj);
- // Release ownership of WebContents.
- void ReleaseWebContents(JNIEnv* env, jobject jobj);
-
// Sets the delegate used to convert navigations to intents.
void SetInterceptNavigationDelegate(JNIEnv* env,
jobject obj,

Powered by Google App Engine
This is Rietveld 408576698