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

Unified Diff: components/dom_distiller/content/renderer/distiller_native_javascript.h

Issue 1386043002: Open distiller UI setting through JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing file Created 5 years, 2 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
Index: components/dom_distiller/content/renderer/distiller_native_javascript.h
diff --git a/components/dom_distiller/content/renderer/distiller_native_javascript.h b/components/dom_distiller/content/renderer/distiller_native_javascript.h
index 77f380bb4c74daba3e0e0c34bdd462a250bbc3d5..c1904786e6ffabab1556cd4219ba99e6b91ba6ce 100644
--- a/components/dom_distiller/content/renderer/distiller_native_javascript.h
+++ b/components/dom_distiller/content/renderer/distiller_native_javascript.h
@@ -37,12 +37,6 @@ class DistillerNativeJavaScript {
// provided string.
std::string DistillerEcho(const std::string& message);
- // Send feedback about distillation quality.
- void DistillerSendFeedback(bool good);
-
- // Close the UI panel and record the action.
- void DistillerClosePanel();
-
content::RenderFrame* render_frame_;
DistillerJavaScriptServicePtr distiller_js_service_;
};

Powered by Google App Engine
This is Rietveld 408576698