diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 20:01:53 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 20:01:53 +0000 |
commit | 86ef1607660b7eb03afa15ea8cc5cfcbfa32ff2b (patch) | |
tree | a742d8c2683ec23bd009b5d50253c1089a299384 /third_party/mozilla/include/README.chromium | |
parent | b74d21b3c259338797d1b722d74bae7fc540fb52 (diff) | |
download | chromium_src-86ef1607660b7eb03afa15ea8cc5cfcbfa32ff2b.zip chromium_src-86ef1607660b7eb03afa15ea8cc5cfcbfa32ff2b.tar.gz chromium_src-86ef1607660b7eb03afa15ea8cc5cfcbfa32ff2b.tar.bz2 |
Remove calls to deprecated APIs so that Chromium compiles on all currently-future versions of OS X.
BUG=none
TEST=compile on a future version of OS X. Should build.
Review URL: http://codereview.chromium.org/155704
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mozilla/include/README.chromium')
-rw-r--r-- | third_party/mozilla/include/README.chromium | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/mozilla/include/README.chromium b/third_party/mozilla/include/README.chromium index d01fa6c..12c22a3 100644 --- a/third_party/mozilla/include/README.chromium +++ b/third_party/mozilla/include/README.chromium @@ -34,4 +34,11 @@ nspluginroot.h The following files come from mozilla/camino and are not part of the Gecko SDK: +NSPasteboard+Utils.h/m +NSScreen+Utils.h/m +NSString+Utils.h/m +NSURL+Utils.h/m NSWorkspace+Utils.h/m + +NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow compilation +on future versions of Mac OS X. |