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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2905243002: [PIP] Add picture in picture flag and switch. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 3fe7dc57fa21a7f0e18e1cea0456c7f04e25e41e..9148d7468ed2db4f3bab46e4bbe716273402559b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1062,6 +1062,11 @@ const char kEnableNavigationTracingDescription[] =
"flag. The trace may include personally identifiable information (PII) "
"such as the titles and URLs of websites you visit.";
+const char kEnablePictureInPictureName[] = "Enable picture in picture.";
+
+const char kEnablePictureInPictureDescription[] =
+ "Enable the picture in picture feature for videos.";
+
const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
const char kTraceUploadUrlDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698