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

Unified Diff: chrome/app/generated_resources.grd

Issue 9455078: Simplify the incognito NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dropping Android bits, rebasing onto trunk after ~2 months. :/ Created 8 years, 8 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 1b45530e9bf750449fe762c06a64ea389def6e8a..10436e125a148d5308f185f42147dbe11fa268f7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9489,25 +9489,15 @@ experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
</message>
</if>
<if expr="not pp_ifdef('android')">
- <message name="IDS_NEW_TAB_OTR_MESSAGE"
- desc="Used when a person opens an OTR window">
- <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>You've gone incognito<ph name="END_BOLD">"&lt;/strong&gt;</ph>. Pages you view in this window won't appear in your browser history or search history, and they won't leave other traces, like cookies, on your computer after you close &lt;strong&gt;all&lt;/strong&gt; open incognito windows. Any files you download or bookmarks you create will be preserved, however.
- <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
- <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Going incognito doesn't affect the behavior of other people, servers, or software. Be wary of:<ph name="END_BOLD">&lt;/strong&gt;</ph>
- <ph name="BEGIN_LIST">&lt;ul&gt;</ph>
- <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Websites that collect or share information about you<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
- <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Internet service providers or employers that track the pages you visit<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
- <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Malicious software that tracks your keystrokes in exchange for free smileys<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
- <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>Surveillance by secret agents<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
- <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>People standing behind you<ph name="END_LIST_ITEM">&lt;/li&gt;</ph>
- <ph name="END_LIST">&lt;/ul&gt;</ph>
- <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;</ph> about incognito browsing.
+ <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE"
+ desc="Used when a person opens an incognito window">
+ <ph name="BEGIN_HEADING">&lt;h1&gt;</ph>You've gone incognito<ph name="END_HEADING">&lt;/h1&gt;</ph>
+ <ph name="BEGIN_PARAGRAPH">&lt;p&gt;</ph>Pages you view in this window won't appear in your browser history or search history, and they won't leave other traces, like cookies, on your computer after you close &lt;strong&gt;all&lt;/strong&gt; open incognito windows. Any files you download or bookmarks you create will be preserved. Be aware that websites, your internet provider, and people standing behind you may still be able to see what you do. <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>Learn more about incognito browsing.<ph name="END_LINK">&lt;/a&gt;</ph><ph name="END_PARAGRAPH">&lt;/p&gt;</ph>
</message>
</if>
- <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
- desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
- Because <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the
- <ph name="BEGIN_LINK">&lt;a href="$2"&gt;</ph>extensions manager<ph name="END_LINK">&lt;/a&gt;</ph>.
+ <message name="IDS_NEW_TAB_INCOGNITO_EXTENSIONS_MESSAGE"
+ desc="Explanation in a new incognito window that extensions have been disabled while in incognito.">
+ Because extensions handle your personal data, all extensions are disabled in incognito windows; you can reenable them in the <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph name="END_LINK">&lt;/a&gt;</ph>.
</message>
<if expr="pp_ifdef('android')">
<message name="IDS_NEW_TAB_GUEST_SESSION_MESSAGE"
« no previous file with comments | « no previous file | chrome/browser/resources/incognito_tab.css » ('j') | chrome/browser/resources/incognito_tab.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698