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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: An oops. Created 8 years, 6 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/app/resources/locale_settings.grd
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index 69975c03cf3467136246f988f24aa81b2eca244f..87e85d65656d5892226ceb09806b2f91a5bfff27 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -425,6 +425,16 @@
<message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="true">
70
</message>
+
+ <!-- The width of the make-default-in-metro dialog in characters. -->
+ <message name="IDS_METRO_FLOW_WIDTH_CHARS" use_name_for_id="true">
+ 72
+ </message>
+
+ <!-- The height of the make-default-in-metro dialog in characters. -->
+ <message name="IDS_METRO_FLOW_HEIGHT_LINES" use_name_for_id="true">
+ 26
+ </message>
<if expr="pp_ifdef('chromeos')">
<!-- The width and height of the CAPTCHA challenge dialog box in -->

Powered by Google App Engine
This is Rietveld 408576698