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

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

Issue 10006028: Plugins page in BWSI session has unnecessary and misleading UI components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix Created 8 years, 8 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/options2/options_bundle.js
diff --git a/chrome/browser/resources/options2/options_bundle.js b/chrome/browser/resources/options2/options_bundle.js
index e57372082a33f89f3e4af9124f5fb8fe9b760b63..abb1e59f86ffc16e81102eb1bf82fc8a8e3d33b8 100644
--- a/chrome/browser/resources/options2/options_bundle.js
+++ b/chrome/browser/resources/options2/options_bundle.js
@@ -14,6 +14,7 @@
<include src="settings_dialog.js"></include>
<if expr="pp_ifdef('chromeos')">
<include src="../chromeos/user_images_grid.js"></include>
+ <include src="../shared/js/chromeos/ui_account_tweaks.js"></include>
<include src="chromeos/cellular_plan_element.js"></include>
<include src="chromeos/change_picture_options.js"></include>
<include src="chromeos/internet_detail_ip_config_list.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>
« no previous file with comments | « chrome/browser/resources/options2/language_options.js ('k') | chrome/browser/resources/options2/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698