| Index: base/mac/mac_util.h
|
| diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
|
| index 7e5dddbead742a9fedc6e5dede6256eda16dafcd..ddfc968ed50bcf011d65418e59a0a06d32424488 100644
|
| --- a/base/mac/mac_util.h
|
| +++ b/base/mac/mac_util.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <Carbon/Carbon.h>
|
| #include <string>
|
| -#include <vector>
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -16,11 +15,9 @@
|
| #import <Foundation/Foundation.h>
|
|
|
| @class NSBundle;
|
| -@class NSWindow;
|
| #else // __OBJC__
|
| class NSBundle;
|
| class NSImage;
|
| -class NSWindow;
|
| #endif // __OBJC__
|
|
|
| class FilePath;
|
| @@ -138,11 +135,6 @@ bool ShouldWindowsMiniaturizeOnDoubleClick();
|
| // Activates the process with the given PID.
|
| void ActivateProcess(pid_t);
|
|
|
| -// Pulls a snapshot of the entire browser into png_representation.
|
| -void GrabWindowSnapshot(NSWindow* window,
|
| - std::vector<unsigned char>* png_representation,
|
| - int* width, int* height);
|
| -
|
| // Takes a path to an (executable) binary and tries to provide the path to an
|
| // application bundle containing it. It takes the outermost bundle that it can
|
| // find (so for "/Foo/Bar.app/.../Baz.app/..." it produces "/Foo/Bar.app").
|
|
|