summaryrefslogtreecommitdiff
path: root/base/mac/sdk_forward_declarations.mm
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-01-15 12:24:26 -0800
committerIan Pedowitz <ijpedowitz@google.com>2016-01-20 16:40:37 -0800
commit6b7c08d27852da2b8d52ee88a05e6808370f3f74 (patch)
treedbd600264cd4a9ad1e998239d16bcb4a81fa7033 /base/mac/sdk_forward_declarations.mm
parent3625229ad69685699a0b8ea1ab0e365c2fdcf27e (diff)
downloadlibchrome-6b7c08d27852da2b8d52ee88a05e6808370f3f74.tar.gz
libchrome: Delete unused source files
In order to help with uprev maintenance, remove all the source files that are not being built on AOSP/ChromeOS (cherry picked from commit fc6fa02470e7d005f9492d41d4a149e4f61c24d1) Change-Id: I1397013be4e4371abf0400d1fd1418549f5f239f
Diffstat (limited to 'base/mac/sdk_forward_declarations.mm')
-rw-r--r--base/mac/sdk_forward_declarations.mm44
1 files changed, 0 insertions, 44 deletions
diff --git a/base/mac/sdk_forward_declarations.mm b/base/mac/sdk_forward_declarations.mm
deleted file mode 100644
index 2e4b2d9845..0000000000
--- a/base/mac/sdk_forward_declarations.mm
+++ /dev/null
@@ -1,44 +0,0 @@
-// Copyright 2014 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 "base/mac/sdk_forward_declarations.h"
-
-#if !defined(MAC_OS_X_VERSION_10_7) || \
- MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
-NSString* const NSWindowWillEnterFullScreenNotification =
- @"NSWindowWillEnterFullScreenNotification";
-
-NSString* const NSWindowWillExitFullScreenNotification =
- @"NSWindowWillExitFullScreenNotification";
-
-NSString* const NSWindowDidEnterFullScreenNotification =
- @"NSWindowDidEnterFullScreenNotification";
-
-NSString* const NSWindowDidExitFullScreenNotification =
- @"NSWindowDidExitFullScreenNotification";
-
-NSString* const NSWindowDidChangeBackingPropertiesNotification =
- @"NSWindowDidChangeBackingPropertiesNotification";
-
-NSString* const CBAdvertisementDataServiceDataKey = @"kCBAdvDataServiceData";
-
-NSString* const NSPreferredScrollerStyleDidChangeNotification =
- @"NSPreferredScrollerStyleDidChangeNotification";
-#endif // MAC_OS_X_VERSION_10_7
-
-#if !defined(MAC_OS_X_VERSION_10_9) || \
- MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_9
-NSString* const NSWindowDidChangeOcclusionStateNotification =
- @"NSWindowDidChangeOcclusionStateNotification";
-
-NSString* const CBAdvertisementDataIsConnectable = @"kCBAdvDataIsConnectable";
-#endif // MAC_OS_X_VERSION_10_9
-
-#if !defined(MAC_OS_X_VERSION_10_10) || \
- MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_10
-NSString* const NSUserActivityTypeBrowsingWeb =
- @"NSUserActivityTypeBrowsingWeb";
-
-NSString* const NSAppearanceNameVibrantDark = @"NSAppearanceNameVibrantDark";
-#endif // MAC_OS_X_VERSION_10_10