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

Unified Diff: content/browser/geolocation/network_location_request.cc

Issue 10107017: Remove requesting_frame parameters from Geolocation stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment addressed. Created 8 years, 8 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
Index: content/browser/geolocation/network_location_request.cc
diff --git a/content/browser/geolocation/network_location_request.cc b/content/browser/geolocation/network_location_request.cc
index 8bb68468a86b093358370dd12c67b179f829f0f6..c8702b26eb00caff8d93de1f2aa2a96af885ace6 100644
--- a/content/browser/geolocation/network_location_request.cc
+++ b/content/browser/geolocation/network_location_request.cc
@@ -5,6 +5,7 @@
#include "content/browser/geolocation/network_location_request.h"
#include <set>
+#include <string>
#include "base/json/json_reader.h"
#include "base/json/json_writer.h"
@@ -72,8 +73,7 @@ NetworkLocationRequest::NetworkLocationRequest(
NetworkLocationRequest::~NetworkLocationRequest() {
}
-bool NetworkLocationRequest::MakeRequest(const std::string& host_name,
- const string16& access_token,
+bool NetworkLocationRequest::MakeRequest(const string16& access_token,
const RadioData& radio_data,
const WifiData& wifi_data,
const base::Time& timestamp) {
« no previous file with comments | « content/browser/geolocation/network_location_request.h ('k') | content/browser/geolocation/win7_location_provider_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698