diff options
author | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 03:02:58 +0000 |
---|---|---|
committer | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 03:02:58 +0000 |
commit | cb933341aa3c29dc1e517754d0307dc26c9f349f (patch) | |
tree | fafc97ae191eed809b00aa54304fb7645470900c /chrome/app | |
parent | 2f81c0f050737fe417deb5bf6eac536043cf8919 (diff) | |
download | chromium_src-cb933341aa3c29dc1e517754d0307dc26c9f349f.zip chromium_src-cb933341aa3c29dc1e517754d0307dc26c9f349f.tar.gz chromium_src-cb933341aa3c29dc1e517754d0307dc26c9f349f.tar.bz2 |
Remove flags for the sharing dialog.
Since the sharing dialog is now enabled by default, we can safely remove the flags.
TEST=Tested manually. Sharing item should appear in the context menu on Drive in Files.app.
BUG=141396
R=yoshiki@chromium.org
Review URL: https://codereview.chromium.org/21206002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index da3cfd8..a0cfa19 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12590,12 +12590,6 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_DESCRIPTION" desc="Description of the about:flag option to show the selecting checkboxes to the Files app."> Show selecting checkboxes in the Files.app. </message> - <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_SHARING_NAME" desc="Name of the about:flag option to hide the selecting checkboxes to in the Files app."> - Sharing in Files.app. - </message> - <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_SHARING_DESCRIPTION" desc="Description of the about:flag option to show the sharing option in Files app."> - Enables the sharing dialog in Files app under the context menu. - </message> <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_FOLDER_SHORTCUTS" desc="Name of the about:flag option to enable the folder-shortcuts feature in the Files app."> Enable folder shortcuts in Files.app. </message> |