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

Unified Diff: chrome/app/generated_resources.grd

Issue 2749633006: CrOS: Add a flag to allow easy selection of tablet mode. (Closed)
Patch Set: Reparent to master. Created 3 years, 9 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 | « no previous file | chrome/browser/about_flags.cc » ('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 e6850d4e64f30181489553d6b123ad449f2b8421..c780ef3a1ae45f40bb88821e138e6247abd50f7a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5010,6 +5010,27 @@ Keep your key file in a safe place. You will need it to create new versions of y
"Prefetching" that learning and prefetching are enabled.
</message>
+ <!-- Force Tablet Mode -->
+ <message name="IDS_FLAGS_FORCE_TABLET_MODE_NAME" desc="Name for the flag to force tablet mode." translateable="false">
+ Force Tablet Mode
+ </message>
+ <message name="IDS_FLAGS_FORCE_TABLET_MODE_DESCRIPTION" desc="Description for the flag to force tablet mode." translateable="false">
+ This flag can be used to force a certain mode on to a chromebook, despite its current orientation.
+
+ "TouchView" means that the chromebook will act as if it were in touch view mode.
+ "Clamshell" means that the chromebook will act as if it were in clamshell mode .
+ "Auto" means that the chromebook will alternate between the two, based on its orientation.
+ </message>
+ <message name="IDS_FLAGS_FORCE_TABLET_MODE_TOUCHVIEW" desc="Description of the TouchView mode. In TouchView mode, the keyboard can flip behind the screen so the Chromebook operates like a tablet computer." translateable="false">
+ TouchView
+ </message>
+ <message name="IDS_FLAGS_FORCE_TABLET_MODE_CLAMSHELL" desc="Description of the Clamshell mode. In Clamshell mode, the Chromebook operates like a standard laptop computer, keyboard on the bottom, screen on top, with a hinge like a clamshell." translateable="false">
+ Clamshell
+ </message>
+ <message name="IDS_FLAGS_FORCE_TABLET_MODE_AUTO" desc="Description of the default or 'automatic' mode." translateable="false">
+ Auto (default)
+ </message>
+
<!-- Print Preview features -->
<message name="IDS_FLAGS_PRINT_PDF_AS_IMAGE_NAME" desc="Name for the flag to add the option to print PDFs as images to print preview.">
Print Pdf as Image
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698