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

Unified Diff: chrome/browser/chrome_blob_storage_context.cc

Issue 6538100: Move core pieces of chrome\browser. I've only gone up to "g", will do the re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: take out extra stuff from content_browser.gypi Created 9 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
« no previous file with comments | « chrome/browser/chrome_blob_storage_context.h ('k') | chrome/browser/cross_site_request_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_blob_storage_context.cc
===================================================================
--- chrome/browser/chrome_blob_storage_context.cc (revision 75626)
+++ chrome/browser/chrome_blob_storage_context.cc (working copy)
@@ -1,22 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/chrome_blob_storage_context.h"
-
-#include "chrome/browser/net/chrome_url_request_context.h"
-#include "webkit/blob/blob_storage_controller.h"
-
-using webkit_blob::BlobStorageController;
-
-ChromeBlobStorageContext::ChromeBlobStorageContext() {
-}
-
-void ChromeBlobStorageContext::InitializeOnIOThread() {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
- controller_.reset(new BlobStorageController());
-}
-
-ChromeBlobStorageContext::~ChromeBlobStorageContext() {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
-}
« no previous file with comments | « chrome/browser/chrome_blob_storage_context.h ('k') | chrome/browser/cross_site_request_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698