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

Unified Diff: chrome/browser/resources/options/options_bundle.js

Issue 15716012: Add a Preference for Google Services to Use the User's Location (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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: chrome/browser/resources/options/options_bundle.js
===================================================================
--- chrome/browser/resources/options/options_bundle.js (revision 204675)
+++ chrome/browser/resources/options/options_bundle.js (working copy)
@@ -74,6 +74,9 @@
<include src="cookies_view.js"></include>
<include src="factory_reset_overlay.js"></include>
<include src="font_settings.js"></include>
+<if expr="pp_ifdef('enable_google_now')">
+ <include src="geolocation_options.js"></include>
+</if>
<include src="handler_options.js"></include>
<include src="handler_options_list.js"></include>
<include src="home_page_overlay.js"></include>

Powered by Google App Engine
This is Rietveld 408576698