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

Unified Diff: content/browser/geolocation/device_data_provider.h

Issue 11710002: Move wifi_data_provider_chromeos.* from chrome\browser\geolocation to content\browser\geolocation b… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync after r175087 moved cros_network_functions Created 7 years, 12 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/device_data_provider.h
===================================================================
--- content/browser/geolocation/device_data_provider.h (revision 175112)
+++ content/browser/geolocation/device_data_provider.h (working copy)
@@ -126,7 +126,6 @@
protected:
virtual ~DeviceDataProviderImplBase() {
- DCHECK(CalledOnClientThread());
jam 2013/01/04 19:01:18 this is needed because in some tests, there are ou
}
// Calls DeviceDataUpdateAvailable() on all registered listeners.

Powered by Google App Engine
This is Rietveld 408576698