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

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

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: Fixed failing layout tests 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/render_view_impl.cc » ('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 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 2567
2568 // Background video track disabling experiment strings. 2568 // Background video track disabling experiment strings.
2569 2569
2570 const char kBackgroundVideoTrackOptimizationName[] = 2570 const char kBackgroundVideoTrackOptimizationName[] =
2571 "Optimize background video playback."; 2571 "Optimize background video playback.";
2572 2572
2573 const char kBackgroundVideoTrackOptimizationDescription[] = 2573 const char kBackgroundVideoTrackOptimizationDescription[] =
2574 "Disable video tracks when the video is played in the background to " 2574 "Disable video tracks when the video is played in the background to "
2575 "optimize performance."; 2575 "optimize performance.";
2576 2576
2577 // New remote playback pipeline experiment strings.
2578
2579 const char kNewRemotePlaybackPipelineName[] =
2580 "Enable the new remote playback pipeline.";
2581
2582 const char kNewRemotePlaybackPipelineDescription[] =
2583 "Enable the new pipeline for playing media element remotely via "
2584 "RemotePlayback API or native controls.";
2585
2577 // Video fullscreen with orientation lock experiment strings. 2586 // Video fullscreen with orientation lock experiment strings.
2578 2587
2579 const char kVideoFullscreenOrientationLockName[] = 2588 const char kVideoFullscreenOrientationLockName[] =
2580 "Lock screen orientation when playing a video fullscreen."; 2589 "Lock screen orientation when playing a video fullscreen.";
2581 2590
2582 const char kVideoFullscreenOrientationLockDescription[] = 2591 const char kVideoFullscreenOrientationLockDescription[] =
2583 "Lock the screen orientation of the device to match video orientation " 2592 "Lock the screen orientation of the device to match video orientation "
2584 "when a video goes fullscreen. Only on phones."; 2593 "when a video goes fullscreen. Only on phones.";
2585 2594
2586 // Expensive background timer throttling flag 2595 // Expensive background timer throttling flag
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 3045
3037 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3046 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3038 "Include title for the current URL in the omnibox"; 3047 "Include title for the current URL in the omnibox";
3039 3048
3040 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3049 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3041 "In the event that the omnibox provides suggestions on-focus, the URL of " 3050 "In the event that the omnibox provides suggestions on-focus, the URL of "
3042 "the current page is provided as the first suggestion without a title. " 3051 "the current page is provided as the first suggestion without a title. "
3043 "Enabling this flag causes the title to be displayed."; 3052 "Enabling this flag causes the title to be displayed.";
3044 3053
3045 } // namespace flag_descriptions 3054 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698