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

Unified Diff: content/browser/resource_context.cc

Issue 9371025: Move resource_context.h to content/public/browser. Remove the workaround in its destructor since ... (Closed) Base URL: svn://chrome-svn/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
« no previous file with comments | « content/browser/resource_context.h ('k') | content/browser/speech/speech_input_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resource_context.cc
===================================================================
--- content/browser/resource_context.cc (revision 121287)
+++ content/browser/resource_context.cc (working copy)
@@ -1,22 +0,0 @@
-// Copyright (c) 2011 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 "content/browser/resource_context.h"
-
-#include "base/logging.h"
-#include "content/browser/plugin_process_host.h"
-#include "content/public/browser/browser_thread.h"
-#include "webkit/database/database_tracker.h"
-
-namespace content {
-
-ResourceContext::~ResourceContext() {
- if (BrowserThread::IsMessageLoopValid(BrowserThread::IO)) {
- // Band-aid for http://crbug.com/94704 until we change plug-in channel
- // requests to be owned by the ResourceContext.
- PluginProcessHost::CancelPendingRequestsForResourceContext(this);
- }
-}
-
-} // namespace content
« no previous file with comments | « content/browser/resource_context.h ('k') | content/browser/speech/speech_input_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698