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

Unified Diff: chrome/common/common_message_generator.h

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 6 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/common/chrome_utility_printing_messages.h ('k') | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common_message_generator.h
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
index 37cd6d55285c8cd91b59182e7c8e4de2288bb63f..4034fb38e274acee8ee93ef7a32f64dfa6b93329 100644
--- a/chrome/common/common_message_generator.h
+++ b/chrome/common/common_message_generator.h
@@ -20,6 +20,10 @@
#include "chrome/common/local_discovery/local_discovery_messages.h"
#endif
+#if defined(ENABLE_FULL_PRINTING)
+#include "chrome/common/chrome_utility_printing_messages.h"
+#endif
+
#if defined(ENABLE_PRINTING)
#include "chrome/common/print_messages.h"
#endif
« no previous file with comments | « chrome/common/chrome_utility_printing_messages.h ('k') | chrome/service/service_utility_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698