summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_json_requests.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_json_requests.h')
-rw-r--r--chrome/test/automation/automation_json_requests.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
index 1f71ccb..5fc2c14 100644
--- a/chrome/test/automation/automation_json_requests.h
+++ b/chrome/test/automation/automation_json_requests.h
@@ -510,4 +510,10 @@ bool SendSetPreferenceJSONRequest(
base::Value* value,
automation::Error* error) WARN_UNUSED_RESULT;
+// Requests to override the user's geolocation. Returns true on success.
+bool SendOverrideGeolocationJSONRequest(
+ AutomationMessageSender* sender,
+ base::DictionaryValue* geolocation,
+ automation::Error* error) WARN_UNUSED_RESULT;
+
#endif // CHROME_TEST_AUTOMATION_AUTOMATION_JSON_REQUESTS_H_