Index: components/dom_distiller/content/common/distiller_javascript_service.mojom |
diff --git a/components/dom_distiller/content/common/distiller_javascript_service.mojom b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
index cf7b7a04b9476dca9a40e5054bef086b535b426f..d63f4fed372e32a55306ce44a5a0f61d1daef940 100644 |
--- a/components/dom_distiller/content/common/distiller_javascript_service.mojom |
+++ b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
@@ -8,4 +8,5 @@ module dom_distiller; |
// renderer when a distiller JavaScript function is called. |
interface DistillerJavaScriptService { |
HandleDistillerEchoCall(string message); |
+ HandleDistillerFeedbackCall(bool good); |
nyquist
2015/09/10 19:04:13
Should we have comments for these two methods? Or
mdjones
2015/09/11 16:50:13
I tried to make the function names self-documentin
nyquist
2015/09/11 17:14:22
Oh. Right. Yeah, I think the method names are expl
mdjones
2015/09/11 18:25:54
I would expect that kind of comment to be written
|
}; |