| Index: content/browser/net/view_blob_internals_job_factory.cc
|
| ===================================================================
|
| --- content/browser/net/view_blob_internals_job_factory.cc (revision 183651)
|
| +++ content/browser/net/view_blob_internals_job_factory.cc (working copy)
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#if 0
|
| +// TODO: get this to work with the new context class
|
| #include "content/browser/net/view_blob_internals_job_factory.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -27,3 +29,5 @@
|
| }
|
|
|
| } // namespace content
|
| +
|
| +#endif // 0
|
|
|