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

Unified Diff: chrome/browser/resources/menu.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
« no previous file with comments | « chrome/browser/resources/menu.css ('k') | chrome/browser/resources/menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/menu.html
===================================================================
--- chrome/browser/resources/menu.html (revision 111700)
+++ chrome/browser/resources/menu.html (working copy)
@@ -1,19 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="menu.css">
- <script src="shared/js/cr.js"></script>
- <script src="shared/js/cr/ui.js"></script>
- <script src="shared/js/local_strings.js"></script>
- <script src="menu.js"></script>
- <style i18n-content="menu_css"></style>
- <script i18n-content="menu_source"></script>
- </head>
- <body>
- <div id="scroll-up" class="scroll-button"></div>
- <div id="viewport"></div>
- <div id="scroll-down" class="scroll-button"></div>
- </body>
- <script i18n-content="init_script"></script>
-</html>
« no previous file with comments | « chrome/browser/resources/menu.css ('k') | chrome/browser/resources/menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698