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

Unified Diff: chrome/browser/resources/net_internals_resources.grd

Issue 11635023: First cut at UI for saving net_logs data into a temporary file on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/net_internals_resources.grd
===================================================================
--- chrome/browser/resources/net_internals_resources.grd (revision 175049)
+++ chrome/browser/resources/net_internals_resources.grd (working copy)
@@ -21,6 +21,8 @@
<include name="IDR_NET_INTERNALS_HELP_JS" file="net_internals/help.js" type="BINDATA" />
<include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_NET_INTERNALS_INDEX_JS" file="net_internals/index.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_NET_INTERNALS_MOBILE_HTML" file="net_internals/mobile.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_NET_INTERNALS_MOBILE_JS" file="net_internals/mobile.js" flattenhtml="true" type="BINDATA" />
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698