| Index: chrome/browser/chromeos/login/owner_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/owner_manager.cc b/chrome/browser/chromeos/login/owner_manager.cc
|
| index 00a8009687f849088de913039692f0a6ca3d6530..7f9a20a7913fb8d1d39d759ec8ee4c5941049b36 100644
|
| --- a/chrome/browser/chromeos/login/owner_manager.cc
|
| +++ b/chrome/browser/chromeos/login/owner_manager.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -27,8 +27,6 @@ OwnerManager::OwnerManager()
|
| utils_(OwnerKeyUtils::Create()) {
|
| }
|
|
|
| -OwnerManager::~OwnerManager() {}
|
| -
|
| void OwnerManager::UpdateOwnerKey(const BrowserThread::ID thread_id,
|
| const std::vector<uint8>& key,
|
| KeyUpdateDelegate* d) {
|
| @@ -135,6 +133,8 @@ void OwnerManager::Verify(const BrowserThread::ID thread_id,
|
| BootTimesLoader::Get()->AddLoginTimeMarker("VerifyEnd", false);
|
| }
|
|
|
| +OwnerManager::~OwnerManager() {}
|
| +
|
| void OwnerManager::SendNotification(
|
| int type,
|
| const content::NotificationDetails& details) {
|
|
|