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

Unified Diff: chrome/browser/sessions/session_service.h

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/sessions/session_service.h
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 4c38ec27297cee5b5619337b3bc3bd016e5a8db9..b5c5a3fdcfe02c2bf881af1df0c3ad12e7db88d3 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -110,7 +110,7 @@ class SessionService : public BaseSessionService,
bool is_pinned);
// Notification that a tab has been closed. |closed_by_user_gesture| comes
- // from |TabContents::closed_by_user_gesture|; see it for details.
+ // from |WebContents::closed_by_user_gesture|; see it for details.
//
// Note: this is invoked from the NavigationController's destructor, which is
// after the actual tab has been removed.
« no previous file with comments | « chrome/browser/sessions/restore_tab_helper.cc ('k') | chrome/browser/speech/speech_recognition_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698