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

Unified Diff: chrome/browser/browser_resources.grd

Issue 9265026: Implement restart on Idle for Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 1c8c5aa61e3277119fa851ab0a5c9324337ffc49..4a61ce60761049e0f236fa9381526aad1693dfe8 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -72,6 +72,9 @@
<include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_INPUT_WINDOW_DIALOG_HTML" file="resources\input_window_dialog.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" />
+ <include name="IDR_KIOSK_MODE_LOGOUT_DIALOG_CSS" file="resources\kiosk_mode_logout_dialog.css" type="BINDATA" />
+ <include name="IDR_KIOSK_MODE_LOGOUT_DIALOG_HTML" file="resources\kiosk_mode_logout_dialog.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
xiyuan 2012/01/20 18:23:44 Prefer to let grit to flatten and inline the css a
rkc 2012/01/26 03:37:23 I've changed the way the JS is included to make su
xiyuan 2012/01/26 19:34:18 Think it's because you have allowexternalscript="t
+ <include name="IDR_KIOSK_MODE_LOGOUT_DIALOG_JS" file="resources\kiosk_mode_logout_dialog.js" type="BINDATA" />
<include name="IDR_MEDIA_INTERNALS_HTML" file="resources\media_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_MEDIA_INTERNALS_JS" file="resources\media_internals\media_internals.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_NETWORK_ACTION_PREDICTOR_HTML" file="resources\network_action_predictor\network_action_predictor.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698