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

Side by Side Diff: chrome/browser/geolocation/location_provider.h

Issue 6597044: Revert 76228 - Move core pieces of geolocation from chrome to content.This is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 // A location provider provides position information from a particular source 5 // A location provider provides position information from a particular source
6 // (GPS, network etc). The GearsGeolocation object uses a set of location 6 // (GPS, network etc). The GearsGeolocation object uses a set of location
7 // providers to obtain a position fix. 7 // providers to obtain a position fix.
8 // 8 //
9 // This file declares a base class to be used by all location providers. 9 // This file declares a base class to be used by all location providers.
10 // Primarily, this class declares interface methods to be implemented by 10 // Primarily, this class declares interface methods to be implemented by
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 // Factory functions for the various types of location provider to abstract 88 // Factory functions for the various types of location provider to abstract
89 // over the platform-dependent implementations. 89 // over the platform-dependent implementations.
90 LocationProviderBase* NewNetworkLocationProvider( 90 LocationProviderBase* NewNetworkLocationProvider(
91 AccessTokenStore* access_token_store, 91 AccessTokenStore* access_token_store,
92 URLRequestContextGetter* context, 92 URLRequestContextGetter* context,
93 const GURL& url, 93 const GURL& url,
94 const string16& access_token); 94 const string16& access_token);
95 LocationProviderBase* NewSystemLocationProvider(); 95 LocationProviderBase* NewSystemLocationProvider();
96 96
97 #endif // CHROME_BROWSER_GEOLOCATION_LOCATION_PROVIDER_H_ 97 #endif // CHROME_BROWSER_GEOLOCATION_LOCATION_PROVIDER_H_
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/location_arbitrator_unittest.cc ('k') | chrome/browser/geolocation/location_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698