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

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

Issue 2867053005: Flag for D3DVsync feature on chrome://flags (Closed)
Patch Set: CR feedback 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') | tools/metrics/histograms/enums.xml » ('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 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 "Enable an experimental change for Location.reload() to trigger a " 3130 "Enable an experimental change for Location.reload() to trigger a "
3131 "hard-reload."; 3131 "hard-reload.";
3132 3132
3133 const char kCaptureThumbnailOnLoadFinishedName[] = 3133 const char kCaptureThumbnailOnLoadFinishedName[] =
3134 "Capture page thumbnail on load finished"; 3134 "Capture page thumbnail on load finished";
3135 3135
3136 const char kCaptureThumbnailOnLoadFinishedDescription[] = 3136 const char kCaptureThumbnailOnLoadFinishedDescription[] =
3137 "Capture a page thumbnail (for use on the New Tab page) when the page load " 3137 "Capture a page thumbnail (for use on the New Tab page) when the page load "
3138 "finishes, in addition to other times a thumbnail may be captured."; 3138 "finishes, in addition to other times a thumbnail may be captured.";
3139 3139
3140 #if defined(OS_WIN)
3141
3142 // Name and description of the flag that enables D3D v-sync.
3143 const char kEnableD3DVsync[] = "D3D v-sync";
3144 const char kEnableD3DVsyncDescription[] =
3145 "Produces v-sync signal by having D3D wait for vertical blanking interval "
3146 "to occur.";
3147
3148 #endif // defined(OS_WIN)
3149
3140 } // namespace flag_descriptions 3150 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698