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

Unified Diff: chrome/browser/resources/options2/options.html

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/about_page.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options.html
diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
index 77c1f076e576ebd8c27695f7d3573d88182d9e2a..5f2098b5ee9df974515bb52a6e9754d8e4017857 100644
--- a/chrome/browser/resources/options2/options.html
+++ b/chrome/browser/resources/options2/options.html
@@ -40,7 +40,6 @@
<link rel="stylesheet" href="subpages_tab_controls.css">
<link rel="stylesheet" href="../sync_setup_overlay.css">
<if expr="pp_ifdef('chromeos')">
- <link rel="stylesheet" href="about_page.css">
<link rel="stylesheet" href="chromeos/accounts_options_page.css">
<link rel="stylesheet" href="chromeos/change_picture_options.css">
<link rel="stylesheet" href="chromeos/internet_options_page.css">
@@ -138,7 +137,6 @@
<button class="raw-button close-subpage custom-appearance"></button>
<div class="subpage-sheet-contents">
<if expr="pp_ifdef('chromeos')">
- <include src="about_page.html">
<include src="chromeos/change_picture_options.html">
<include src="chromeos/proxy.html">
</if>
« no previous file with comments | « chrome/browser/resources/options2/about_page.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698