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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 9836086: Added logic that will return the result of the first chunk of root feed and continue fetching the r… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crash fix Created 8 years, 9 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/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 6e146256807f73855e80380b1ec1553a705929c5..3792e435cad96f2bd789b8dd8c98c02cf32b56b8 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -6,7 +6,6 @@
-->
<html i18n-values="dir:textdirection;">
<head>
- <if expr="0">
satorux1 2012/03/25 00:22:26 you plan to get <if expr="0"> back before submissi
zel 2012/03/25 02:06:41 reverted
<!-- <if ... /if> is removed while flattening HTML. -->
<base href="">
<script>
@@ -29,10 +28,9 @@
// This will make the File Manager use fresh JS and CSS files from the
// development machine. HTML files and JS files for WebWorkers would still
// need a rebuild to update.
-
+ localStorage.base = 'http://zel-linux.mtv.corp.google.com:1080/file_manager/'
satorux1 2012/03/25 00:22:26 remove
zel 2012/03/25 02:06:41 reverted
document.querySelector('base').setAttribute('href', localStorage.base);
</script>
- </if>
<!-- metrics.js initiates load performance tracking
satorux1 2012/03/25 00:22:26 ditto.
zel 2012/03/25 02:06:41 reverted
so we want to parse it as early as possible -->
<script src="js/metrics.js"></script>

Powered by Google App Engine
This is Rietveld 408576698