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

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

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: cl format 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/dom_distiller_viewer_source_unittest.cc
diff --git a/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc b/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
index 4ce4ba346d36496fd4db8d9ecbf57251f308689f..f1aaee1913754833cf7ab136a661424849e49357 100644
--- a/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
+++ b/components/dom_distiller/content/browser/dom_distiller_viewer_source_unittest.cc
@@ -25,7 +25,6 @@ TEST_F(DomDistillerViewerSourceTest, TestMimeType) {
EXPECT_EQ("text/css", source_.get()->GetMimeType(kViewerCssPath));
EXPECT_EQ("text/html", source_.get()->GetMimeType("anythingelse"));
EXPECT_EQ("text/javascript", source_.get()->GetMimeType(kViewerJsPath));
-
}
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698