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

Unified Diff: content/public/test/layouttest_support.h

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 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
Index: content/public/test/layouttest_support.h
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
index 6793cf123ea74d4a75c2d494c47cdfd2ca6a88cb..325b51367f2f1778ac046921ea60e5f3f59abdad 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -120,17 +120,6 @@ void SetDeviceColorProfile(RenderView* render_view, const std::string& name);
void SetBluetoothAdapter(int render_process_id,
scoped_refptr<device::BluetoothAdapter> adapter);
-// Enables mock geofencing service while running a layout test.
-// |service_available| indicates if the mock service should mock geofencing
-// being available or not.
-void SetGeofencingMockProvider(bool service_available);
-
-// Disables mock geofencing service while running a layout test.
-void ClearGeofencingMockProvider();
-
-// Set the mock geofencing position while running a layout test.
-void SetGeofencingMockPosition(double latitude, double longitude);
-
// Enables or disables synchronous resize mode. When enabled, all window-sizing
// machinery is short-circuited inside the renderer. This mode is necessary for
// some tests that were written before browsers had multi-process architecture
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/renderer/service_worker/service_worker_context_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698