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

Unified Diff: components/dom_distiller/content/browser/distillable_page_utils_android.cc

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Function rename and remove unnecessary code Created 5 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
Index: components/dom_distiller/content/browser/distillable_page_utils_android.cc
diff --git a/components/dom_distiller/content/browser/distillable_page_utils_android.cc b/components/dom_distiller/content/browser/distillable_page_utils_android.cc
index bf1f80dbe17cca72b5bac8b267b9f84ee12c1d7e..ba8d120717b67e02b909b19ef7f50737ac629e56 100644
--- a/components/dom_distiller/content/browser/distillable_page_utils_android.cc
+++ b/components/dom_distiller/content/browser/distillable_page_utils_android.cc
@@ -49,6 +49,5 @@ static void IsPageDistillable(JNIEnv* env,
bool RegisterDistillablePageUtils(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-
}
}

Powered by Google App Engine
This is Rietveld 408576698