Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 24e27a461cf80724492876c6325b63ce75ac975f..c23c180dc7e5870c65b81220be9607122f428c17 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1276,6 +1276,9 @@ const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp"; |
// Enables tab dragging to create a real browser. |
const char kTabBrowserDragging[] = "enable-tab-browser-dragging"; |
+// Enables tab capture. |
+const char kTabCapture[] = "enable-tab-capture"; |
+ |
// Passes the name of the current running automated test to Chrome. |
const char kTestName[] = "test-name"; |