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

Unified Diff: content/common/notification_type.h

Issue 7054008: Remove history dependency from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/common/notification_type.h
===================================================================
--- content/common/notification_type.h (revision 85923)
+++ content/common/notification_type.h (working copy)
@@ -329,8 +329,8 @@
TAB_CONTENTS_DISCONNECTED,
// This notification is sent after TabContents' title is updated. The source
- // is a Source<TabContents> with a pointer to the TabContents. No details
- // are expected.
+ // is a Source<TabContents> with a pointer to the TabContents. The details
+ // is a Details<TitleUpdatedDetails> that contains more information.
TAB_CONTENTS_TITLE_UPDATED,
// This message is sent when a new InfoBar has been added to a TabContents.

Powered by Google App Engine
This is Rietveld 408576698