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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit.cc

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 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: chrome/browser/autocomplete/autocomplete_edit.cc
diff --git a/chrome/browser/autocomplete/autocomplete_edit.cc b/chrome/browser/autocomplete/autocomplete_edit.cc
index b8cdaac88a5cbec58a5a92e4e21c54beb44bead2..a322cfe5f9ce57ae6624eac00423c583b252d9c5 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.cc
+++ b/chrome/browser/autocomplete/autocomplete_edit.cc
@@ -1120,7 +1120,7 @@ void AutocompleteEditModel::DoPrerender(const AutocompleteMatch& match) {
if (prerender_manager) {
RenderViewHost* current_host = tab->web_contents()->GetRenderViewHost();
prerender_manager->AddPrerenderFromOmnibox(
- match.destination_url, current_host->session_storage_namespace());
+ match.destination_url, current_host->GetSessionStorageNamespace());
}
}
« no previous file with comments | « chrome/browser/accessibility/accessibility_win_browsertest.cc ('k') | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698