summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_platform_part.cc
blob: 6b71dfc183e49045132f76b663ae680f16a5c243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2013 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/browser_process_platform_part.h"

BrowserProcessPlatformPart::BrowserProcessPlatformPart() {
}

BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
}

void BrowserProcessPlatformPart::StartTearDown() {
}