summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2011-03-08 11:01:58 -0800
committer John Reck <jreck@google.com> 2011-03-08 11:01:58 -0800
commit9af6c1ce575fdc3777198043850d466afcdbda9b (patch)
tree633ba372b275aa50deb36b9587dfcc80a5456157
parent055a858562e04c903988d09973accc8aeeece02c (diff)
In xlarge, use "tab" instead of "window"
Bug: 4027268 Use "tab" instead of "window" in incognito welcome page in xlarge. Change-Id: I7582b845d5848db742a2884e65161ca7c00d1fd8
-rw-r--r--core/res/res/raw-xlarge/incognito_mode_start_page.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/res/res/raw-xlarge/incognito_mode_start_page.html b/core/res/res/raw-xlarge/incognito_mode_start_page.html
new file mode 100644
index 000000000000..492658d29484
--- /dev/null
+++ b/core/res/res/raw-xlarge/incognito_mode_start_page.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
+ <title>New incognito tab</title>
+ </head>
+ <body>
+ <p><strong>You've gone incognito</strong>. Pages you view in this tab
+ won't appear in your browser history or search history, and they won't
+ leave other traces, like cookies, on your device after you close the
+ incognito tab. Any files you download or bookmarks you create will be
+ preserved, however.</p>
+
+ <p><strong>Going incognito doesn't affect the behavior of other people,
+ servers, or software. Be wary of:</strong></p>
+
+ <ul>
+ <li>Websites that collect or share information about you</li>
+ <li>Internet service providers or employers that track the pages you visit</li>
+ <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
+ <li>Surveillance by secret agents</li>
+ <li>People standing behind you</li>
+ </ul>
+ </body>
+</html>