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

Unified Diff: chrome/browser/chromeos/geolocation/simple_geolocation_provider.h

Issue 289313005: Add SimpleGeolocationTest unit test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/geolocation/simple_geolocation_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
diff --git a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h b/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
index a3e3d045303d22b0dcfaf3da8ceb83784cc92df5..0b0cd81c0ac3492d08b922d92388bca46e6e3034 100644
--- a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
+++ b/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
@@ -41,6 +41,8 @@ class SimpleGeolocationProvider {
static GURL DefaultGeolocationProviderURL();
private:
+ friend class TestGeolocationAPIURLFetcherCallback;
+
// Geolocation response callback. Deletes request from requests_.
void OnGeolocationResponse(
SimpleGeolocationRequest* request,
« no previous file with comments | « no previous file | chrome/browser/chromeos/geolocation/simple_geolocation_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698