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

Unified Diff: chrome/app/generated_resources.grd

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d4e401c23be100ab9ca33d31595ac4ebe2aa5857..4bc14d17a44b75e0d027652405c0b1708a49742e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5868,6 +5868,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_ENABLE_TOUCH_EVENTS_DESCRIPTION" desc="Description of the enable touch-events flag.">
Enables experimental touch event support regardless of the presence of a physical touch screen capable of generating touch events.
</message>
+ <message name="IDS_ENABLE_TAB_CAPTURE_NAME" desc="Title of the enable tab capture flag." >
+ Enable Tab Capture API
+ </message>
+ <message name="IDS_ENABLE_TAB_CAPTURE_DESCRIPTION" desc="Description of the enable tab capture flag.">
+ Enables experimental tab capture API to generate video streams of tab content.
+ </message>
<message name="IDS_ENABLE_BACKLOADER_NAME" desc="Title of the enable background loader flag." >
Enable background loader component for hosted applications
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698