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

Unified Diff: chrome/renderer/chrome_render_view_observer.cc

Issue 16951015: Remove TextDatabase from the history service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_fts
Patch Set: Sync and rebase. Created 7 years, 5 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/common/render_messages.h ('k') | chrome/test/data/History/url_history_provider_test.db.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_view_observer.cc
diff --git a/chrome/renderer/chrome_render_view_observer.cc b/chrome/renderer/chrome_render_view_observer.cc
index 7fe88bb42548ed86a22d37997978a405322e9603..fa9a76a92d2585d4edbb9b3ff06612f8673f2d7f 100644
--- a/chrome/renderer/chrome_render_view_observer.cc
+++ b/chrome/renderer/chrome_render_view_observer.cc
@@ -741,13 +741,6 @@ void ChromeRenderViewObserver::CapturePageInfo(int page_id,
TRACE_EVENT0("renderer", "ChromeRenderViewObserver::CapturePageInfo");
- if (contents.size()) {
- // Send the text to the browser for indexing (the browser might decide not
- // to index, if the URL is HTTPS for instance).
- Send(new ChromeViewHostMsg_PageContents(routing_id(), url, page_id,
- contents));
- }
-
#if defined(FULL_SAFE_BROWSING)
// Will swap out the string.
if (phishing_classifier_)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/test/data/History/url_history_provider_test.db.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698