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

Unified Diff: chrome/browser/download/mhtml_generation_manager.cc

Issue 7327007: Moving notification types which are chrome specific to a new header file chrome_notification_type... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/download/mhtml_generation_browsertest.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/mhtml_generation_manager.cc
===================================================================
--- chrome/browser/download/mhtml_generation_manager.cc (revision 91968)
+++ chrome/browser/download/mhtml_generation_manager.cc (working copy)
@@ -6,6 +6,7 @@
#include "base/platform_file.h"
#include "chrome/browser/tab_contents/tab_util.h"
+#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/render_messages.h"
#include "content/browser/renderer_host/render_process_host.h"
#include "content/browser/renderer_host/render_view_host.h"
@@ -118,7 +119,7 @@
details.success = success;
NotificationService::current()->Notify(
- NotificationType::MHTML_GENERATED,
+ chrome::NOTIFICATION_MHTML_GENERATED,
Source<RenderViewHost>(tab_contents->render_view_host()),
Details<NotificationDetails>(&details));
}
« no previous file with comments | « chrome/browser/download/mhtml_generation_browsertest.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698