Index: chrome/test/base/ui_test_utils.h |
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h |
index 5ee24afcc67a49f88efcdacf26afeaada63a874f..83ed019f26de31cecc1e1f0521cc639380e97f1f 100644 |
--- a/chrome/test/base/ui_test_utils.h |
+++ b/chrome/test/base/ui_test_utils.h |
@@ -674,6 +674,9 @@ bool SaveScreenSnapshotToDirectory(const FilePath& directory, |
bool SaveScreenSnapshotToDesktop(FilePath* screenshot_path); |
#endif |
+// Configures the geolocation provider to always return the given position. |
+void OverrideGeolocation(double latitude, double longitude); |
+ |
namespace internal { |
// A utility function to send a mouse click event in a closure. It's shared by |