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

Unified Diff: chrome/app/generated_resources.grd

Issue 9234076: Implementation of the Extension Activity Log UI behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Dan's comments. Created 8 years, 11 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5a7e5bd2169178576ebff7d4d14fae33819c63f5..e1cbcc90429b3011bb662b5e3bf00522a9b429e4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4266,6 +4266,9 @@ Update checks have repeatedly failed for the extension "<ph name="EXTENSION_NAME
<message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the options button.">
Options
</message>
+ <message name="IDS_EXTENSIONS_ACTIVITY" desc="The link for showing extension activity.">
+ Activity
+ </message>
<message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show link.">
Show button
</message>
@@ -4362,6 +4365,17 @@ Keep your key file in a safe place. You will need it to create new versions of y
Hide Details
</message>
+ <!-- chrome://extension-activity page -->
+ <message name="IDS_EXTENSION_ACTIVITY_TITLE" desc="Title for the extension-activity tab.">
+ Extension Activity
+ </message>
+ <message name="IDS_EXTENSION_ACTIVITY_API_CALL" desc="Text for the label next to an activity message that represents a call to the extension API.">
+ API Call
+ </message>
+ <message name="IDS_EXTENSION_ACTIVITY_API_BLOCK" desc="Text for the label next to an activity message that represents a blocked call to the extension API.">
+ API Block
Evan Stade 2012/01/31 03:52:36 this doesn't seem like the best string ever (I wou
Eric Dingle 2012/02/02 00:36:48 Done.
+ </message>
+
<!-- Global error messages for extensions -->
<message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench menu item indicating that extensions caused problems">
Misbehaving extension
@@ -5084,6 +5098,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM.">
This API allows web applications to use Web Components.
</message>
+ <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_NAME" desc="Name for the flag to enable the extension activity UI.">
+ Enable extension activity UI
+ </message>
+ <message name="IDS_FLAGS_ENABLE_EXTENSION_ACTIVITY_UI_DESCRIPTION" desc="Description for the flag to enable the extension activity UI.">
+ Enable experimental UI that shows a log of extension activity.
+ </message>
<!-- Crashes -->
<message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page.">
Crashes
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/webui/extensions/extension_activity_ui.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698