| Index: content/test/mock_chrome_application_mac.mm
|
| diff --git a/content/test/mock_chrome_application_mac.mm b/content/test/mock_chrome_application_mac.mm
|
| deleted file mode 100644
|
| index a5d4c0cf97e6d7e7862496e5b04fe064edc48d5e..0000000000000000000000000000000000000000
|
| --- a/content/test/mock_chrome_application_mac.mm
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "content/test/mock_chrome_application_mac.h"
|
| -
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -
|
| -@implementation MockCrControlApp
|
| -
|
| -- (BOOL)isHandlingSendEvent {
|
| - return isHandlingSendEvent_;
|
| -}
|
| -
|
| -- (void)setHandlingSendEvent:(BOOL)handlingSendEvent {
|
| - isHandlingSendEvent_ = handlingSendEvent;
|
| -}
|
| -
|
| -@end
|
| -
|
| -namespace mock_cr_app {
|
| -
|
| -void RegisterMockCrControlApp() {
|
| - NSApplication* app = [MockCrControlApp sharedApplication];
|
| - ASSERT_TRUE([app conformsToProtocol:@protocol(CrAppControlProtocol)]);
|
| -}
|
| -
|
| -} // namespace mock_cr_app
|
|
|