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

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

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: Created 3 years, 6 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 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 const char kEnableChromevoxArcSupportDescription[] = 2871 const char kEnableChromevoxArcSupportDescription[] =
2872 "Enable ChromeVox screen reader features in ARC"; 2872 "Enable ChromeVox screen reader features in ARC";
2873 2873
2874 #endif // defined(OS_CHROMEOS) 2874 #endif // defined(OS_CHROMEOS)
2875 2875
2876 const char kMojoLoadingName[] = "Use Mojo IPC for resource loading"; 2876 const char kMojoLoadingName[] = "Use Mojo IPC for resource loading";
2877 2877
2878 const char kMojoLoadingDescription[] = 2878 const char kMojoLoadingDescription[] =
2879 "Use Mojo IPC instead of traditional Chrome IPC for resource loading."; 2879 "Use Mojo IPC instead of traditional Chrome IPC for resource loading.";
2880 2880
2881 const char kNetworkPredictionOptionsForServiceWorkerName[] =
2882 "Network prediction options for service worker";
2883
2884 const char kNetworkPredictionOptionsForServiceWorkerDescription[] =
2885 "Network predictor options for service worker controlled pages.";
2886
2881 #if defined(OS_ANDROID) 2887 #if defined(OS_ANDROID)
2882 2888
2883 const char kUseNewDoodleApiName[] = "Use new Doodle API"; 2889 const char kUseNewDoodleApiName[] = "Use new Doodle API";
2884 2890
2885 const char kUseNewDoodleApiDescription[] = 2891 const char kUseNewDoodleApiDescription[] =
2886 "Enables the new API to fetch Doodles for the NTP."; 2892 "Enables the new API to fetch Doodles for the NTP.";
2887 2893
2888 #endif // defined(OS_ANDROID) 2894 #endif // defined(OS_ANDROID)
2889 2895
2890 const char kDebugShortcutsDescription[] = 2896 const char kDebugShortcutsDescription[] =
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 3232
3227 const char kDisableNewVirtualKeyboardBehaviorName[] = 3233 const char kDisableNewVirtualKeyboardBehaviorName[] =
3228 "New window behavior for the accessibility keyboard"; 3234 "New window behavior for the accessibility keyboard";
3229 const char kDisableNewVirtualKeyboardBehaviorDescription[] = 3235 const char kDisableNewVirtualKeyboardBehaviorDescription[] =
3230 "Disable new window behavior for the accessibility keyboard " 3236 "Disable new window behavior for the accessibility keyboard "
3231 "in non-sticky mode (do not change work area in non-sticky mode)."; 3237 "in non-sticky mode (do not change work area in non-sticky mode).";
3232 3238
3233 #endif // defined(OS_CHROMEOS) 3239 #endif // defined(OS_CHROMEOS)
3234 3240
3235 } // namespace flag_descriptions 3241 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698