summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustinlin@chromium.org <justinlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-20 01:10:35 +0000
committerjustinlin@chromium.org <justinlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-20 01:10:35 +0000
commita0853ea8cee0fd0d0306fe540a62a9a0b79f53a6 (patch)
tree8ac0b328345994ec597dc6cd46e105f66884869b
parent60439f6efd71f962c4948eef4920ca557a497516 (diff)
downloadchromium_src-a0853ea8cee0fd0d0306fe540a62a9a0b79f53a6.zip
chromium_src-a0853ea8cee0fd0d0306fe540a62a9a0b79f53a6.tar.gz
chromium_src-a0853ea8cee0fd0d0306fe540a62a9a0b79f53a6.tar.bz2
Enable TabCapture feature by default (there is an animation in the favicon area of tabs being mirrored now).
Add doc for TabCapture API and enable it in dev channel. BUG= Review URL: https://chromiumcodereview.appspot.com/11412012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168679 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/api/_permission_features.json2
-rw-r--r--chrome/common/extensions/docs/templates/public/extensions/tabCapture.html1
-rw-r--r--chrome/common/extensions/feature_switch.cc2
3 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index b9b2607..037d73f 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -295,7 +295,7 @@
"extension_types": ["extension", "packaged_app"]
},
"tabCapture": {
- "channel": "canary",
+ "channel": "dev",
"extension_types": ["extension", "packaged_app"]
},
"terminalPrivate": {
diff --git a/chrome/common/extensions/docs/templates/public/extensions/tabCapture.html b/chrome/common/extensions/docs/templates/public/extensions/tabCapture.html
new file mode 100644
index 0000000..b28290d
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/public/extensions/tabCapture.html
@@ -0,0 +1 @@
+{{+partials.standard_extensions_api api:apis.tab_capture}}
diff --git a/chrome/common/extensions/feature_switch.cc b/chrome/common/extensions/feature_switch.cc
index 0e62437..dac0514 100644
--- a/chrome/common/extensions/feature_switch.cc
+++ b/chrome/common/extensions/feature_switch.cc
@@ -45,7 +45,7 @@ class CommonSwitches {
FeatureSwitch::DEFAULT_DISABLED),
tab_capture(
switches::kTabCapture,
- FeatureSwitch::DEFAULT_DISABLED)
+ FeatureSwitch::DEFAULT_ENABLED)
{
if (!action_box.IsEnabled()){
extensions_in_action_box.SetOverrideValue(