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

Unified Diff: components/dom_distiller/content/dom_distiller_viewer_source.h

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor changes Created 6 years, 6 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/dom_distiller_viewer_source.h
diff --git a/components/dom_distiller/content/dom_distiller_viewer_source.h b/components/dom_distiller/content/dom_distiller_viewer_source.h
index 3f579a18a4f972502cb0deb49313667507c81865..53832a2f8bed3bb653a5937263d137a5f2ef45f3 100644
--- a/components/dom_distiller/content/dom_distiller_viewer_source.h
+++ b/components/dom_distiller/content/dom_distiller_viewer_source.h
@@ -41,7 +41,7 @@ class DomDistillerViewerSource : public content::URLDataSource {
std::string* path) const OVERRIDE;
virtual std::string GetContentSecurityPolicyObjectSrc() const OVERRIDE;
- private:
+private:
nyquist 2014/06/27 20:48:26 Maybe you could remove this diff?
smaslo 2014/06/30 17:57:14 I checked it from master again, so it should have
friend class DomDistillerViewerSourceTest;
// The scheme this URLDataSource is hosted under.

Powered by Google App Engine
This is Rietveld 408576698