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

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

Issue 2799233002: Add flag for zip archiver on files app. (Closed)
Patch Set: 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
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 on Files app";
2272
2273 const char kEnableZipArchiverOnFileManagerDescription[] =
2274 "Enables zipping on Files app";
yawano 2017/04/06 11:22:13 Zipping is already available on Files app. Might b
2275
2270 #endif // defined(OS_CHROMEOS) 2276 #endif // defined(OS_CHROMEOS)
2271 2277
2272 #if defined(OS_ANDROID) 2278 #if defined(OS_ANDROID)
2273 2279
2274 const char kContentSuggestionsCategoryOrderName[] = 2280 const char kContentSuggestionsCategoryOrderName[] =
2275 "Default content suggestions category order (e.g. on NTP)"; 2281 "Default content suggestions category order (e.g. on NTP)";
2276 2282
2277 const char kContentSuggestionsCategoryOrderDescription[] = 2283 const char kContentSuggestionsCategoryOrderDescription[] =
2278 "Set default order of content suggestion categories (e.g. on the NTP)."; 2284 "Set default order of content suggestion categories (e.g. on the NTP).";
2279 2285
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 const char kEnableEhvInputName[] = 2920 const char kEnableEhvInputName[] =
2915 "Emoji, handwriting and voice input on opt-in IME menu"; 2921 "Emoji, handwriting and voice input on opt-in IME menu";
2916 2922
2917 const char kEnableEhvInputDescription[] = 2923 const char kEnableEhvInputDescription[] =
2918 "Enable access to emoji, handwriting and voice input form opt-in IME " 2924 "Enable access to emoji, handwriting and voice input form opt-in IME "
2919 "menu."; 2925 "menu.";
2920 2926
2921 #endif // #if defined(OS_CHROMEOS) 2927 #endif // #if defined(OS_CHROMEOS)
2922 2928
2923 } // namespace flag_descriptions 2929 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698