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

Unified Diff: chrome/browser/resources/chromeos/guest_session_tab.html

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/chromeos/guest_session_tab.html
===================================================================
--- chrome/browser/resources/chromeos/guest_session_tab.html (revision 111700)
+++ chrome/browser/resources/chromeos/guest_session_tab.html (working copy)
@@ -2,7 +2,7 @@
<html i18n-values="dir:textdirection;">
<head>
<title i18n-content="title"></title>
-<link rel="stylesheet" href="incognito_tab.css">
+<link rel="stylesheet" href="../incognito_tab.css">
<script>
// Until themes can clear the cache, force-reload the theme stylesheet.
document.write('<link id="incognitothemecss" rel="stylesheet" ' +
@@ -12,7 +12,7 @@
</head>
<body>
<div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <img src="shared/images/guest_icon_standalone.png" class="icon" />
+ <img src="../shared/images/guest_icon_standalone.png" class="icon" />
<span i18n-values=".innerHTML:content"></span>
</div>
</body>
« no previous file with comments | « chrome/browser/resources/chromeos/active_downloads.js ('k') | chrome/browser/resources/chromeos/host_registration_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698