Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index f05009f2107ca6081f81777d298a867133955cc2..2420d2f7ad87c40de4a70b9f1da94d4eb6cdf64e 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -14915,6 +14915,14 @@ Some features may be unavailable. Please check that the profile exists and you |
See, also http://translate.google.com/about/ . |
</message> |
+ <!-- Simple Cache Backend experiment. --> |
+ <message name="IDS_FLAGS_ENABLE_SIMPLE_CACHE_BACKEND_NAME" desc="Name of about:flags option to turn on the Simple Cache Backend"> |
+ Enable Simple HTTP Cache. Warning!!! It may corrupt your cache!! Do not use it! |
rvargas (doing something else)
2013/04/09 19:02:47
nit: it is not an http cache
gavinp
2013/04/10 09:54:11
Perhaps the best wording is "Simple Cache for HTTP
gavinp
2013/04/10 09:56:24
Wording suggestion: "Enable Simple Cache for HTTP.
|
+ </message> |
+ <message name="IDS_FLAGS_ENABLE_SIMPLE_CACHE_BACKEND_DESCRIPTION" desc="Description of about:flags option to turn on the Simple Cache Backend"> |
+ The Simple HTTP Cache is a new HTTP cache written from scratch. It prefers to rely on OS filesystem to optimize disk access. |
rvargas (doing something else)
2013/04/09 19:02:47
same here
gavinp
2013/04/10 09:56:24
Wording suggestion: "The Simple Cache for HTTP is
|
+ </message> |
+ |
<!-- Toast experiment. --> |
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make chrome the default browser"> |
Make it my default browser |