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

Unified Diff: chrome/chrome_browser.gypi

Issue 5744005: Revert rev 69137 due to incorrect change log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
« no previous file with comments | « chrome/browser/renderer_host/render_message_filter.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5a6fbb748527e78bfade01b19eac22c7d882e14f..ac54cfbae03290a05d1fab3becff183ae61b4d43 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1259,8 +1259,8 @@
'browser/geolocation/gateway_data_provider_win.h',
'browser/geolocation/geolocation_content_settings_map.cc',
'browser/geolocation/geolocation_content_settings_map.h',
- 'browser/geolocation/geolocation_dispatcher_host.cc',
- 'browser/geolocation/geolocation_dispatcher_host.h',
+ 'browser/geolocation/geolocation_dispatcher_host_old.cc',
+ 'browser/geolocation/geolocation_dispatcher_host_old.h',
'browser/geolocation/geolocation_exceptions_table_model.cc',
'browser/geolocation/geolocation_exceptions_table_model.h',
'browser/geolocation/geolocation_observer.h',
@@ -4349,14 +4349,6 @@
'browser/importer/nss_decryptor_system_nss.h',
],
}],
- # We are migrating to client-based geolocation. Once the migration
- # has finished, ENABLE_CLIENT_BASED_GEOLOCATION will disappear.
- # See bugs:
- # https://bugs.webkit.org/show_bug.cgi?id=45752 and
- # http://code.google.com/p/chromium/issues/detail?id=59907
- ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
- 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
- }],
],
},
{
« no previous file with comments | « chrome/browser/renderer_host/render_message_filter.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698