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

Unified Diff: chrome/browser/about_flags.cc

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, add command line flag Created 8 years, 2 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 59708a09e32f722757a5aabb1daf8abd7aa46170..6946960f316183a7c0cf111f29d9f994a10ddf2d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -733,6 +733,13 @@ const Experiment kExperiments[] = {
kOsWin | kOsMac | kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableTouchEvents)
},
+ {
+ "enable-tab-capture",
+ IDS_ENABLE_TAB_CAPTURE_NAME,
+ IDS_ENABLE_TAB_CAPTURE_DESCRIPTION,
+ kOsWin | kOsMac | kOsLinux,
+ SINGLE_VALUE_TYPE(switches::kEnableTabCapture)
+ },
#if defined(OS_CHROMEOS)
{
"enable-background-loader",

Powered by Google App Engine
This is Rietveld 408576698