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

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

Issue 10831359: Make the mobile welcome page the only default most visited page (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/history/top_sites.h » ('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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 <!-- The URL for the webstore. --> 343 <!-- The URL for the webstore. -->
344 <message name="IDS_WEBSTORE_URL" translateable="false"> 344 <message name="IDS_WEBSTORE_URL" translateable="false">
345 https://chrome.google.com/webstore?hl=[GRITLANGCODE] 345 https://chrome.google.com/webstore?hl=[GRITLANGCODE]
346 </message> 346 </message>
347 347
348 <!-- The URL for Google Chrome welcome page. This is used for the pre --> 348 <!-- The URL for Google Chrome welcome page. This is used for the pre -->
349 <!-- populated thumbnails. --> 349 <!-- populated thumbnails. -->
350 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> 350 <message name="IDS_CHROME_WELCOME_URL" translateable="false">
351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html 351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
352 </message> 352 </message>
353 <if expr="pp_ifdef('android')">
354 <message name="IDS_MOBILE_WELCOME_URL" translateable="false">
355 chrome://welcome
356 </message>
357 </if>
353 358
354 <!-- The URL for Google Chrome OS welcome page. This is used for the --> 359 <!-- The URL for Google Chrome OS welcome page. This is used for the -->
355 <!-- pre populated thumbnails. --> 360 <!-- pre populated thumbnails. -->
356 <message name="IDS_CHROMEOS_WELCOME_URL" translateable="false"> 361 <message name="IDS_CHROMEOS_WELCOME_URL" translateable="false">
357 http://gweb-gettingstartedguide.appspot.com/?hl=[GRITLANGCODE] 362 http://gweb-gettingstartedguide.appspot.com/?hl=[GRITLANGCODE]
358 </message> 363 </message>
359 364
360 <!-- The URL for Adobe Flash storage settings. We cannot rely on --> 365 <!-- The URL for Adobe Flash storage settings. We cannot rely on -->
361 <!-- the automatic expansion of GRITLANGCODE here because Adobe does --> 366 <!-- the automatic expansion of GRITLANGCODE here because Adobe does -->
362 <!-- not use the language/locale code. --> 367 <!-- not use the language/locale code. -->
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 462 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
458 70 463 70
459 </message> 464 </message>
460 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 465 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
461 16 466 16
462 </message> 467 </message>
463 </if> 468 </if>
464 </messages> 469 </messages>
465 </release> 470 </release>
466 </grit> 471 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/history/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698