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

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

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
« no previous file with comments | « chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.cc
diff --git a/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.cc b/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.cc
index 41235e3ba4f94d1a08d6c60e7e81dca35d9d4291..7e169319d521f35e4379eef072d43b5e25f97870 100644
--- a/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.cc
+++ b/chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.cc
@@ -117,12 +117,6 @@ void ContextualSearchPanel::DestroyWebContents(JNIEnv* env, jobject jobj) {
web_contents_delegate_.reset();
}
-void ContextualSearchPanel::ReleaseWebContents(JNIEnv* env, jobject jboj) {
- DCHECK(web_contents_.get());
- web_contents_delegate_.reset();
- ignore_result(web_contents_.release());
-}
-
void ContextualSearchPanel::SetInterceptNavigationDelegate(
JNIEnv* env,
jobject obj,
« no previous file with comments | « chrome/browser/android/bottombar/contextualsearch/contextual_search_panel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698