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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 9580002: Add ResourceRequestInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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: chrome/browser/profiles/profile_io_data.cc
===================================================================
--- chrome/browser/profiles/profile_io_data.cc (revision 124423)
+++ chrome/browser/profiles/profile_io_data.cc (working copy)
@@ -147,6 +147,7 @@
DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryInterceptor);
};
+// TODO(darin): Move this class to src/content
class ChromeBlobProtocolHandler : public webkit_blob::BlobProtocolHandler {
public:
ChromeBlobProtocolHandler(

Powered by Google App Engine
This is Rietveld 408576698