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

Unified Diff: mojo/shell/fetcher.h

Issue 1342093002: Mandoline: let html_viewer handle more contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « mojo/runner/context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/fetcher.h
diff --git a/mojo/shell/fetcher.h b/mojo/shell/fetcher.h
index 7b135d9270f361f8312f5111a98befec9fca7087..c5e28a25cc844ae0ad82cf9a3a19301660ad6779 100644
--- a/mojo/shell/fetcher.h
+++ b/mojo/shell/fetcher.h
@@ -34,7 +34,6 @@ class Fetcher {
// The param will be null in the case where the content could not be fetched.
// Reasons include:
// - network error
- // - 4x or 5x HTTP errors
typedef base::Callback<void(scoped_ptr<Fetcher>)> FetchCallback;
Fetcher(const FetchCallback& fetch_callback);
« no previous file with comments | « mojo/runner/context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698