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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 10106022: TabContents -> WebContentsImpl, part 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index fa1837dddb554135435a8e9a26c7fd0e2606b698..4362e67c1549d39df304a82b5428bda275f740bd 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -660,8 +660,8 @@ class CONTENT_EXPORT WebContentsImpl
// The time that we started to create the new tab page.
base::TimeTicks new_tab_start_time_;
- // The time that we started to close the tab.
- base::TimeTicks tab_close_start_time_;
+ // The time that we started to close this WebContents.
+ base::TimeTicks close_start_time_;
// The time that this tab was last selected.
base::TimeTicks last_selected_time_;
« no previous file with comments | « content/browser/web_contents/interstitial_page_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698