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

Unified Diff: content/common/notification_type.h

Issue 7104074: Attempt at fixing crash. It looks like the printing code can delete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another comment tweak Created 9 years, 6 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/tab_contents/tab_contents_wrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 3eb00b467678fafe91f87421b0bf2f8fc7445166..deb70c1495ddf75e3582974034534a7034ae65d0 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -792,7 +792,7 @@ class NotificationType {
PRINT_JOB_EVENT,
// Sent when a PrintJob has been released.
- // Source is the TabContents that holds the print job.
+ // Source is the TabContentsWrapper that holds the print job.
PRINT_JOB_RELEASED,
// Shutdown ----------------------------------------------------------------
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698