diff options
Diffstat (limited to 'chrome/common/resource_response.cc')
-rw-r--r-- | chrome/common/resource_response.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/common/resource_response.cc b/chrome/common/resource_response.cc deleted file mode 100644 index ad8f184..0000000 --- a/chrome/common/resource_response.cc +++ /dev/null @@ -1,19 +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/common/resource_response.h" - -ResourceResponseHead::ResourceResponseHead() - : replace_extension_localization_templates(false) { -} - -ResourceResponseHead::~ResourceResponseHead() {} - -SyncLoadResult::SyncLoadResult() {} - -SyncLoadResult::~SyncLoadResult() {} - -ResourceResponse::ResourceResponse() {} - -ResourceResponse::~ResourceResponse() {} |