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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 113373002: Unrevert r245135 "Created new Windows LevelDB environment." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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') | third_party/leveldatabase/env_chromium.h » ('J')
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 a089edd44f3b3626fa7b1c69a64fe87aaff8ef67..514f7b9684dd590b27863e5ba782d7b966b5c0d0 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14745,6 +14745,22 @@ Do you accept?
Dark Theme
</message>
+ <message name="IDS_FLAGS_LEVELDB_ENV_TYPE_NAME" desc="Title of the flag to specify LevelDB environment.">
+ Select the LevelDB environment
+ </message>
+ <message name="IDS_FLAGS_LEVELDB_ENV_TYPE_DESCRIPTION" desc="Description of the flag to specify LevelDB environment.">
+ Specify the LevelDB environment. Default is POSIX.
+ </message>
+ <message name="IDS_FLAGS_LEVELDB_ENV_TYPE_CHOICE_DEFAULT">
+ Default (POSIX)
+ </message>
+ <message name="IDS_FLAGS_LEVELDB_ENV_TYPE_CHOICE_POSIX">
+ Force POSIX
+ </message>
+ <message name="IDS_FLAGS_LEVELDB_ENV_TYPE_CHOICE_WIN32">
+ Force Win32
+ </message>
+
<message name="IDS_FLAGS_DESKTOP_GUEST_MODE_NAME" desc="Name of about:flags option to turn on desktop guest mode">
Enable desktop guest mode
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | third_party/leveldatabase/env_chromium.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698