Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fa2cfb4bc2e05e823bdabf6e3cc797479e6eef9a..2d847bc1bf168d2f1b71868e48f264ab30add060 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1268,6 +1268,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"; |