Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 5bc4192382995775bfdedeab5ed77bf2f4443959..239c0f627946906a390689936db2b5ede9e176b7 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -6938,6 +6938,12 @@ Keep your key file in a safe place. You will need it to create new versions of y |
<message name="IDS_FLAGS_ENABLE_DEVTOOLS_EXPERIMENTS_DESCRIPTION" desc="Description for the flag to enable experiments in Developer Tools."> |
Enable Developer Tools experiments. Use Settings panel in Developer Tools to toggle individual experiments. |
</message> |
+ <message name="IDS_FLAGS_ENABLE_SILENT_DEBUGGING_NAME" desc="Name for the flag to enable silent debugging via chrome.debugger API."> |
+ Enable Silent Debugging. |
+ </message> |
+ <message name="IDS_FLAGS_ENABLE_SILENT_DEBUGGING_DESCRIPTION" desc="Description for the flag to enable silent debugging via chrome.debugger API."> |
+ Do not show the infobar when an extension attaches to a page via chrome.debugger API. This flag is required to debug extension background pages. |
+ </message> |
<message name="IDS_FLAGS_SPELLCHECK_AUTOCORRECT" desc="Title for the flag to turn on text autocorrection."> |
Enable Automatic Spelling Correction |
</message> |