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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10890023: Miscellaneous cleanups from several months ago I never got around to landing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/browser/ui/webui/inspect_ui.cc ('k') | ui/views/controls/webview/webview.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 154486)
+++ chrome/common/chrome_notification_types.h (working copy)
@@ -175,16 +175,15 @@
// closed tab. No details are expected.
//
// See also NOTIFICATION_TAB_CONTENTS_DESTROYED, which is sent when the
- // TabContents is destroyed, and
- // content::NOTIFICATION_WEB_CONTENTS_DESTROYED, which is sent when the
- // WebContents containing the NavigationController is destroyed.
+ // TabContents is destroyed, and content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
+ // which is sent when the WebContents containing the NavigationController is
+ // destroyed.
NOTIFICATION_TAB_CLOSING,
- // Sent when a TabContents is being destroyed. At this point it's safe
- // to call TabContents member functions, which is not true of the
- // similar content::NOTIFICATION_WEB_CONTENTS_DESTROYED that fires later
- // during teardown. The source is a Source<TabContents>. There are no
- // details.
+ // Sent when a TabContents is being destroyed. At this point it's safe to
+ // call TabContents member functions, which is not true of the similar
+ // content::NOTIFICATION_WEB_CONTENTS_DESTROYED that fires later during
+ // teardown. The source is a Source<TabContents>. There are no details.
NOTIFICATION_TAB_CONTENTS_DESTROYED,
// Stuff inside the tabs ---------------------------------------------------
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | ui/views/controls/webview/webview.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698