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

Unified Diff: chrome/common/extensions/feature_switch.h

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes, get rid of AsyncApiFunction 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/common/extensions/feature_switch.h
diff --git a/chrome/common/extensions/feature_switch.h b/chrome/common/extensions/feature_switch.h
index 5e43543ec77a4e6d395d986b2c42e1ab0215f27b..0a58021e18161cca2539315b6d6cd378e395a7ee 100644
--- a/chrome/common/extensions/feature_switch.h
+++ b/chrome/common/extensions/feature_switch.h
@@ -23,6 +23,7 @@ class FeatureSwitch {
static FeatureSwitch* script_badges();
static FeatureSwitch* script_bubble();
static FeatureSwitch* prompt_for_external_extensions();
+ static FeatureSwitch* tab_capture();
enum DefaultValue {
DEFAULT_ENABLED,

Powered by Google App Engine
This is Rietveld 408576698