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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1901533002: Implementation of network level throttler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated latest round of comments." . Created 4 years, 7 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 28bedea46d8784701ae744b40bb8e423d8962e8b..53b9068135d19e64f9981b2c8bb570171117d0c5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8725,6 +8725,9 @@ I don't think this site should be blocked!
<message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE">
Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
</message>
+ <message name="IDS_LOAD_STATE_THROTTLED" desc="Tab status shown when tab loading is blocked on other in process network operations">
+ Waiting for other requests to complete...
+ </message>
<!-- Tab Context Menu -->
<if expr="not use_titlecase">
« no previous file with comments | « no previous file | chrome/browser/ui/tab_contents/core_tab_helper.cc » ('j') | net/http/http_network_transaction.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698