| Index: chrome/browser/load_from_memory_cache_details.h
|
| diff --git a/chrome/browser/load_from_memory_cache_details.h b/chrome/browser/load_from_memory_cache_details.h
|
| index d46684d62c45b58de8a33aad977052d05c17ce4a..d5ffd1ee1a515c794cff66e26c02bc12a6e24d3c 100644
|
| --- a/chrome/browser/load_from_memory_cache_details.h
|
| +++ b/chrome/browser/load_from_memory_cache_details.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -17,16 +17,8 @@ class LoadFromMemoryCacheDetails {
|
| const std::string& main_frame_origin,
|
| int pid,
|
| int cert_id,
|
| - int cert_status)
|
| - : url_(url),
|
| - frame_origin_(frame_origin),
|
| - main_frame_origin_(main_frame_origin),
|
| - pid_(pid),
|
| - cert_id_(cert_id),
|
| - cert_status_(cert_status)
|
| - { }
|
| -
|
| - ~LoadFromMemoryCacheDetails() { }
|
| + int cert_status);
|
| + ~LoadFromMemoryCacheDetails();
|
|
|
| const GURL& url() const { return url_; }
|
| const std::string& frame_origin() const { return frame_origin_; }
|
|
|