summaryrefslogtreecommitdiffstats
path: root/third_party/mozilla/include/README.chromium
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 20:01:53 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 20:01:53 +0000
commit86ef1607660b7eb03afa15ea8cc5cfcbfa32ff2b (patch)
treea742d8c2683ec23bd009b5d50253c1089a299384 /third_party/mozilla/include/README.chromium
parentb74d21b3c259338797d1b722d74bae7fc540fb52 (diff)
downloadchromium_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.chromium7
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.