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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 9285002: Remove the first-run search engine dialog/ballot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/nibs/SearchEngineDialog.xib ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/locale_settings.h" type="rc_header"> 4 <output filename="grit/locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="pp_ifdef('use_third_party_translations')"> 9 <if expr="pp_ifdef('use_third_party_translations')">
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 291
292 <!-- The width and height of the Edit Bookmark dialog box in characters an d lines --> 292 <!-- The width and height of the Edit Bookmark dialog box in characters an d lines -->
293 <!-- (See above). --> 293 <!-- (See above). -->
294 <message name="IDS_EDITBOOKMARK_DIALOG_WIDTH_CHARS" use_name_for_id="true" > 294 <message name="IDS_EDITBOOKMARK_DIALOG_WIDTH_CHARS" use_name_for_id="true" >
295 70 295 70
296 </message> 296 </message>
297 <message name="IDS_EDITBOOKMARK_DIALOG_HEIGHT_LINES" use_name_for_id="true "> 297 <message name="IDS_EDITBOOKMARK_DIALOG_HEIGHT_LINES" use_name_for_id="true ">
298 25 298 25
299 </message> 299 </message>
300 300
301 <!-- The width and height of the First Run Search Engine Selection dialog box in characters and -->
302 <!-- lines (See above). -->
303 <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_WIDTH_CHARS" use_name_ for_id="true">
304 128
305 </message>
306 <if expr="pp_ifdef('_google_chrome')">
307 <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_HEIGHT_LINES" use_na me_for_id="true">
308 22
309 </message>
310 </if>
311 <!-- With text instead of images, the selection dialog is much smaller. -- >
312 <if expr="not pp_ifdef('_google_chrome')">
313 <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_HEIGHT_LINES" use_na me_for_id="true">
314 14
315 </message>
316 </if>
317
318 <!-- The width and height of the Import Progress dialog box in characters and --> 301 <!-- The width and height of the Import Progress dialog box in characters and -->
319 <!-- lines (See above). --> 302 <!-- lines (See above). -->
320 <message name="IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS" use_name_for_id="tru e"> 303 <message name="IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS" use_name_for_id="tru e">
321 75 304 75
322 </message> 305 </message>
323 <message name="IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES" use_name_for_id="tr ue"> 306 <message name="IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES" use_name_for_id="tr ue">
324 16 307 16
325 </message> 308 </message>
326 309
327 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in --> 310 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in -->
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 </message> 443 </message>
461 </if> 444 </if>
462 445
463 <!-- The width of the default search engine dialog in characters --> 446 <!-- The width of the default search engine dialog in characters -->
464 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 447 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
465 82 448 82
466 </message> 449 </message>
467 </messages> 450 </messages>
468 </release> 451 </release>
469 </grit> 452 </grit>
OLDNEW
« no previous file with comments | « chrome/app/nibs/SearchEngineDialog.xib ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698