Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Side by Side Diff: content/browser/geolocation/osx_wifi.h

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // The remainder of this file is copied from the Google Gear project: 5 // The remainder of this file is copied from the Gears project:
6 // http://code.google.com/p/gears/source/browse/trunk/gears/geolocation/osx_wifi .h 6 // http://code.google.com/p/gears/source/browse/trunk/gears/geolocation/osx_wifi .h
7 7
8 // The contents of this file are taken from Apple80211.h from the iStumbler 8 // The contents of this file are taken from Apple80211.h from the iStumbler
9 // project (http://www.istumbler.net). This project is released under the BSD 9 // project (http://www.istumbler.net). This project is released under the BSD
10 // license with the following restrictions. 10 // license with the following restrictions.
11 // 11 //
12 // Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved. 12 // Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved.
13 // 13 //
14 // Redistribution and use in source and binary forms, with or without 14 // Redistribution and use in source and binary forms, with or without
15 // modification, are permitted provided that the following conditions 15 // modification, are permitted provided that the following conditions
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 // 94 //
95 // If stripDups != 0 only one bases tation for each SSID will be returned. 95 // If stripDups != 0 only one bases tation for each SSID will be returned.
96 typedef WIErr (*WirelessScanSplitFunction)(WirelessContext* inContext, 96 typedef WIErr (*WirelessScanSplitFunction)(WirelessContext* inContext,
97 CFArrayRef* apList, 97 CFArrayRef* apList,
98 CFArrayRef* adhocList, 98 CFArrayRef* adhocList,
99 const UInt32 stripDups); 99 const UInt32 stripDups);
100 100
101 } // extern "C" 101 } // extern "C"
102 102
103 #endif // CONTENT_BROWSER_GEOLOCATION_OSX_WIFI_H_ 103 #endif // CONTENT_BROWSER_GEOLOCATION_OSX_WIFI_H_
OLDNEW
« no previous file with comments | « content/browser/geolocation/location_provider.h ('k') | content/browser/geolocation/win7_location_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698