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

Unified Diff: chrome/browser/instant/instant_loader.cc

Issue 10696158: Rename WasRestored to WasShown across all uses. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Bring to ToT to commit Created 8 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 | « no previous file | chrome/browser/ui/blocked_content/blocked_content_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_loader.cc
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
index a6fae58c274abed0f0e75ebc3009ed4ff6533142..28dad8f8ddd82fd9bb6b52a1e07a65718b4fdc76 100644
--- a/chrome/browser/instant/instant_loader.cc
+++ b/chrome/browser/instant/instant_loader.cc
@@ -1152,7 +1152,7 @@ void InstantLoader::CreatePreviewContents(TabContents* tab_contents) {
// TODO(beng): investigate if we can avoid this and instead rely on the
// visibility of the WebContentsView
- preview_contents_->web_contents()->WasRestored();
+ preview_contents_->web_contents()->WasShown();
}
void InstantLoader::LoadInstantURL(const TemplateURL* template_url,
« no previous file with comments | « no previous file | chrome/browser/ui/blocked_content/blocked_content_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698