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

Side by Side Diff: chrome/browser/geolocation/win7_location_api_win.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 #ifndef CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_ 5 #ifndef CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_
6 #define CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_ 6 #define CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlcom.h> 9 #include <atlcom.h>
10 #include <locationapi.h> 10 #include <locationapi.h>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 CComPtr<ILocation> locator_; 56 CComPtr<ILocation> locator_;
57 // Holds the opened propsys.dll library that is passed on construction. 57 // Holds the opened propsys.dll library that is passed on construction.
58 // This class is responsible for closing it. 58 // This class is responsible for closing it.
59 HINSTANCE prop_lib_; 59 HINSTANCE prop_lib_;
60 PropVariantToDoubleFunction PropVariantToDouble_function_; 60 PropVariantToDoubleFunction PropVariantToDouble_function_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(Win7LocationApi); 62 DISALLOW_COPY_AND_ASSIGN(Win7LocationApi);
63 }; 63 };
64 64
65 #endif // CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_ 65 #endif // CHROME_BROWSER_GEOLOCATION_WIN7_LOCATION_API_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/win7_location_api_unittest_win.cc ('k') | chrome/browser/geolocation/win7_location_api_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698