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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2799233002: Add flag for zip archiver on files app. (Closed)
Patch Set: modify the name and description for zip archiver in flag_description.cc. Created 3 years, 8 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 | « chrome/browser/flag_descriptions.h ('k') | chromeos/chromeos_switches.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 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 const char kEnableAndroidWallpapersAppDescription[] = 2260 const char kEnableAndroidWallpapersAppDescription[] =
2261 "Enables the Android Wallpapers App as the default Wallpaper App on " 2261 "Enables the Android Wallpapers App as the default Wallpaper App on "
2262 "Chrome OS."; 2262 "Chrome OS.";
2263 2263
2264 const char kEnableTouchSupportForScreenMagnifierName[] = 2264 const char kEnableTouchSupportForScreenMagnifierName[] =
2265 "Touch support for screen magnifier"; 2265 "Touch support for screen magnifier";
2266 2266
2267 const char kEnableTouchSupportForScreenMagnifierDescription[] = 2267 const char kEnableTouchSupportForScreenMagnifierDescription[] =
2268 "Enables touch support for screen magnifier"; 2268 "Enables touch support for screen magnifier";
2269 2269
2270 const char kEnableZipArchiverOnFileManagerName[] =
2271 "ZIP archiver for Drive";
2272
2273 const char kEnableZipArchiverOnFileManagerDescription[] =
2274 "Enable the ability to archive and unpack files on Drive "
yawano 2017/04/07 01:14:47 very small nit: Please use up 80 characters before
2275 "in the Files app";
2276
2270 #endif // defined(OS_CHROMEOS) 2277 #endif // defined(OS_CHROMEOS)
2271 2278
2272 #if defined(OS_ANDROID) 2279 #if defined(OS_ANDROID)
2273 2280
2274 const char kContentSuggestionsCategoryOrderName[] = 2281 const char kContentSuggestionsCategoryOrderName[] =
2275 "Default content suggestions category order (e.g. on NTP)"; 2282 "Default content suggestions category order (e.g. on NTP)";
2276 2283
2277 const char kContentSuggestionsCategoryOrderDescription[] = 2284 const char kContentSuggestionsCategoryOrderDescription[] =
2278 "Set default order of content suggestion categories (e.g. on the NTP)."; 2285 "Set default order of content suggestion categories (e.g. on the NTP).";
2279 2286
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 const char kEnableEhvInputName[] = 2921 const char kEnableEhvInputName[] =
2915 "Emoji, handwriting and voice input on opt-in IME menu"; 2922 "Emoji, handwriting and voice input on opt-in IME menu";
2916 2923
2917 const char kEnableEhvInputDescription[] = 2924 const char kEnableEhvInputDescription[] =
2918 "Enable access to emoji, handwriting and voice input form opt-in IME " 2925 "Enable access to emoji, handwriting and voice input form opt-in IME "
2919 "menu."; 2926 "menu.";
2920 2927
2921 #endif // #if defined(OS_CHROMEOS) 2928 #endif // #if defined(OS_CHROMEOS)
2922 2929
2923 } // namespace flag_descriptions 2930 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698