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

Unified Diff: content/browser/load_from_memory_cache_details.cc

Issue 10582007: Moving LoadFromMemoryCacheDetails to content/public/browser and making it a struct. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing include order. Created 8 years, 6 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/load_from_memory_cache_details.h ('k') | content/browser/ssl/ssl_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/load_from_memory_cache_details.cc
diff --git a/content/browser/load_from_memory_cache_details.cc b/content/browser/load_from_memory_cache_details.cc
deleted file mode 100644
index e6bbb9a7e48bf61dd19934f5af11ada62eaef250..0000000000000000000000000000000000000000
--- a/content/browser/load_from_memory_cache_details.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (c) 2012 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/load_from_memory_cache_details.h"
-
-LoadFromMemoryCacheDetails::LoadFromMemoryCacheDetails(
- const GURL& url,
- int pid,
- int cert_id,
- net::CertStatus cert_status,
- const std::string& http_method,
- const std::string& mime_type,
- ResourceType::Type resource_type)
- : url_(url),
- pid_(pid),
- cert_id_(cert_id),
- cert_status_(cert_status),
- http_method_(http_method),
- mime_type_(mime_type),
- resource_type_(resource_type) {
-}
-
-LoadFromMemoryCacheDetails::~LoadFromMemoryCacheDetails() {
-}
« no previous file with comments | « content/browser/load_from_memory_cache_details.h ('k') | content/browser/ssl/ssl_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698