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

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

Issue 8271025: Moved mobile activation into its own modal dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/dialogs.js ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared_resources.grd
===================================================================
--- chrome/browser/resources/shared_resources.grd (revision 106917)
+++ chrome/browser/resources/shared_resources.grd (working copy)
@@ -16,6 +16,8 @@
file="shared/css/about_memory.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_BUTTON"
file="shared/css/button.css" type="BINDATA" />
+ <include name="IDR_SHARED_CSS_DIALOGS"
+ file="shared/css/dialogs.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_LIST"
file="shared/css/list.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_MENU"
@@ -64,6 +66,8 @@
file="shared/js/cr/ui/context_menu_button.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_DIALOGS"
+ file="shared/js/cr/ui/dialogs.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_FOCUS_OUTLINE_MANAGER"
file="shared/js/cr/ui/focus_outline_manager.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_LIST"
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/dialogs.js ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698