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

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

Issue 2188033005: Add note page to options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-settings
Patch Set: Initial upload Created 4 years, 5 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/options/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 026c99cc2186bd8defd9ea8344287946f2cf42dd..b6a954119e98190e168ab567137c6c7b80cb1e7e 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -61,6 +61,7 @@
<link rel="stylesheet" href="chromeos/display_overscan.css">
<link rel="stylesheet" href="chromeos/internet_detail.css">
<link rel="stylesheet" href="chromeos/keyboard_overlay.css">
+<link rel="stylesheet" href="chromeos/note_overlay.css">
<link rel="stylesheet" href="chromeos/pointer_overlay.css">
<link rel="stylesheet" href="chromeos/storage_clear_drive_cache_overlay.css">
<link rel="stylesheet" href="chromeos/storage_manager.css">
@@ -138,6 +139,7 @@
<include src="chromeos/consumer_management_overlay.html">
<include src="chromeos/display_options.html">
<include src="chromeos/keyboard_overlay.html">
+ <include src="chromeos/note_overlay.html">
<include src="chromeos/pointer_overlay.html">
<include src="chromeos/power_overlay.html">
<include src="chromeos/storage_manager.html">
« no previous file with comments | « chrome/browser/resources/options/chromeos/note_overlay.js ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698