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

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

Issue 2846623003: Make autoplay policies no longer platform dependant. (Closed)
Patch Set: bauerb review comments Created 3 years, 7 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 3060 matching lines...) Expand 10 before | Expand all | Expand 10 after
3071 const char kAutoplayPolicyName[] = "Autoplay policy"; 3071 const char kAutoplayPolicyName[] = "Autoplay policy";
3072 3072
3073 const char kAutoplayPolicyDescription[] = 3073 const char kAutoplayPolicyDescription[] =
3074 "Policy used when deciding if audio or video is allowed to autoplay."; 3074 "Policy used when deciding if audio or video is allowed to autoplay.";
3075 3075
3076 const char kAutoplayPolicyNoUserGestureRequired[] = 3076 const char kAutoplayPolicyNoUserGestureRequired[] =
3077 "No user gesture is required."; 3077 "No user gesture is required.";
3078 3078
3079 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; 3079 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
3080 3080
3081 const char kAutoplayPolicyCrossOriginUserGestureRequired[] = 3081 const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
3082 "User gesture is required for cross-origin iframes."; 3082 "User gesture is required for cross-origin iframes.";
3083 3083
3084 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3084 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3085 "Include title for the current URL in the omnibox"; 3085 "Include title for the current URL in the omnibox";
3086 3086
3087 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3087 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3088 "In the event that the omnibox provides suggestions on-focus, the URL of " 3088 "In the event that the omnibox provides suggestions on-focus, the URL of "
3089 "the current page is provided as the first suggestion without a title. " 3089 "the current page is provided as the first suggestion without a title. "
3090 "Enabling this flag causes the title to be displayed."; 3090 "Enabling this flag causes the title to be displayed.";
3091 3091
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
3133 "hard-reload."; 3133 "hard-reload.";
3134 3134
3135 const char kCaptureThumbnailOnLoadFinishedName[] = 3135 const char kCaptureThumbnailOnLoadFinishedName[] =
3136 "Capture page thumbnail on load finished"; 3136 "Capture page thumbnail on load finished";
3137 3137
3138 const char kCaptureThumbnailOnLoadFinishedDescription[] = 3138 const char kCaptureThumbnailOnLoadFinishedDescription[] =
3139 "Capture a page thumbnail (for use on the New Tab page) when the page load " 3139 "Capture a page thumbnail (for use on the New Tab page) when the page load "
3140 "finishes, in addition to other times a thumbnail may be captured."; 3140 "finishes, in addition to other times a thumbnail may be captured.";
3141 3141
3142 } // namespace flag_descriptions 3142 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698