Chromium Code Reviews| Index: chrome/browser/resources/options2/options_bundle.js |
| diff --git a/chrome/browser/resources/options2/options_bundle.js b/chrome/browser/resources/options2/options_bundle.js |
| index e57372082a33f89f3e4af9124f5fb8fe9b760b63..ab90ce80f4c20ff4034d3856d479fa703ae0c70a 100644 |
| --- a/chrome/browser/resources/options2/options_bundle.js |
| +++ b/chrome/browser/resources/options2/options_bundle.js |
| @@ -13,6 +13,7 @@ |
| <include src="pref_ui.js"></include> |
| <include src="settings_dialog.js"></include> |
| <if expr="pp_ifdef('chromeos')"> |
| + <include src="../shared/js/chromeos/ui_account_tweaks.js"></include> |
|
James Hawkins
2012/04/10 18:26:54
Alphabetize.
Denis Kuznetsov (DE-MUC)
2012/04/11 13:51:14
Done.
|
| <include src="../chromeos/user_images_grid.js"></include> |
| <include src="chromeos/cellular_plan_element.js"></include> |
| <include src="chromeos/change_picture_options.js"></include> |
| @@ -39,6 +40,7 @@ |
| var BluetoothPairing = options.BluetoothPairing; |
| var KeyboardOverlay = options.KeyboardOverlay; |
| var PointerOverlay = options.PointerOverlay; |
| + var UIAccountTweaks = uiAccountTweaks.UIAccountTweaks; |
| </if> |
| <if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')"> |
| <include src="chromeos/set_wallpaper_options.js"></include> |