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

Unified Diff: chrome/app/generated_resources.grd

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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:
Download patch
« no previous file with comments | « apps/ui/views/native_app_window_views.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2e97de627cb9a52234c36fdf3c44f8ca31cf5311..0ae1e0bcfda99293e3a7e2b235034d850dfd975f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5587,20 +5587,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab.">
Enables additional keyboard shortcuts that are useful for debugging Chromium.
</message>
- <if expr="chromeos or is_win or is_linux">
- <message name="IDS_FLAGS_FORCE_DEVICE_SCALE_FACTOR_NAME" desc="Name of the 'Force device scale factor' lab.">
- Overrides the device scale factor on the device.
- </message>
- <message name="IDS_FLAGS_FORCE_DEVICE_SCALE_FACTOR_DESCRIPTION" desc="Description of the 'Force device scale factor' lab.">
- Overrides the device display density to force the use of high DPI mode and assets.
- </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_1_1" desc=""> 1.1 </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_1_2" desc=""> 1.2 </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_1_25" desc=""> 1.25 </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_1_3" desc=""> 1.3 </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_1_4" desc=""> 1.4 </message>
- <message name="IDS_DEVICE_SCALE_FACTOR_2" desc=""> 2.0 </message>
- </if>
+ <message name="IDS_FLAGS_FORCE_HIGH_DPI_NAME" desc="Name of the 'Force high DPI mode' lab.">
+ Force high DPI mode
+ </message>
+ <message name="IDS_FLAGS_FORCE_HIGH_DPI_DESCRIPTION" desc="Description of the 'Force high DPI mode' lab.">
+ Overrides the device display density to force the use of high DPI mode and assets.
+ </message>
<message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_NAME" desc="Name of the 'Ignore GPU blacklist' lab.">
Override software rendering list
</message>
« no previous file with comments | « apps/ui/views/native_app_window_views.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698