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

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

Issue 9124028: separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change indent, move script includes to inside body 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
diff --git a/chrome/browser/resources/options2/options_bundle.js b/chrome/browser/resources/options2/options_bundle.js
index fc600e7783e36dc6247ae191780a556cd7212969..2cdf6b5726806eec835b030b3805ed6e39742a6a 100644
--- a/chrome/browser/resources/options2/options_bundle.js
+++ b/chrome/browser/resources/options2/options_bundle.js
@@ -12,7 +12,6 @@
<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>
@@ -31,7 +30,6 @@
<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