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

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

Issue 9147054: Revert 117136 - separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « chrome/browser/resources/options2/options.js ('k') | chrome/browser/resources/uber/uber.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options_bundle.js
===================================================================
--- chrome/browser/resources/options2/options_bundle.js (revision 117138)
+++ chrome/browser/resources/options2/options_bundle.js (working copy)
@@ -12,6 +12,7 @@
<include src="controlled_setting.js"></include>
<include src="options_page.js"></include>
<if expr="pp_ifdef('chromeos')">
+ <include src="about_page.js"></include>
<include src="../chromeos/user_images_grid.js"></include>
<include src="chromeos/cellular_plan_element.js"></include>
<include src="chromeos/change_picture_options.js"></include>
@@ -30,6 +31,7 @@
<include src="chromeos/accounts_user_name_edit.js"></include>
<include src="chromeos/virtual_keyboard.js"></include>
<include src="chromeos/virtual_keyboard_list.js"></include>
+ var AboutPage = options.AboutPage;
var AccountsOptions = options.AccountsOptions;
var ChangePictureOptions = options.ChangePictureOptions;
var InternetOptions = options.InternetOptions;
« no previous file with comments | « chrome/browser/resources/options2/options.js ('k') | chrome/browser/resources/uber/uber.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698