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

Unified Diff: components/dom_distiller/content/common/distiller_messages.cc

Issue 1434433002: Pass distillability updates from renderer to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@model
Patch Set: address tsepez's comment Created 5 years, 1 month 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: components/dom_distiller/content/common/distiller_messages.cc
diff --git a/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.cc b/components/dom_distiller/content/common/distiller_messages.cc
similarity index 57%
copy from components/data_reduction_proxy/content/common/data_reduction_proxy_messages.cc
copy to components/dom_distiller/content/common/distiller_messages.cc
index bfa8356a0c1c6d4bb03cdf804b6fe2ce0c9a1d82..e336f9efc308691ddba5a7173baaebec3a305c3a 100644
--- a/components/data_reduction_proxy/content/common/data_reduction_proxy_messages.cc
+++ b/components/dom_distiller/content/common/distiller_messages.cc
@@ -4,30 +4,30 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "components/data_reduction_proxy/content/common/data_reduction_proxy_messages.h"
+#include "components/dom_distiller/content/common/distiller_messages.h"
} // namespace IPC

Powered by Google App Engine
This is Rietveld 408576698