Check-in [981bf08de7]
Overview
Comment:ChromeOS: Provide a more informative UI page, even if it just says not to open it
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 981bf08de74795ed1d02ad18ef74ca4a0d56e24c
User & Date: rkeene on 2016-02-26 21:05:41
Other Links: manifest | tags
Context
2016-02-26
21:26
ChromeOS: Removed deprecated attribution from manifest check-in: 6af094b0e4 user: rkeene tags: trunk
21:05
ChromeOS: Provide a more informative UI page, even if it just says not to open it check-in: 981bf08de7 user: rkeene tags: trunk
21:05
ChromeOS: Removed default_locale since we do not provide any translations check-in: 099f54c5ea user: rkeene tags: trunk
Changes

Modified build/chrome/ui.html from [fc64535f26] to [b2f6c09e6c].

1
2
3
4
5
6







7
8
<html>
	<head>
		<title>CACKey</title>
	</head>
	<body>
		<h1>CACKey for Chrome</h1>







	</body>
</html>






>
>
>
>
>
>
>


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
	<head>
		<title>CACKey</title>
	</head>
	<body>
		<h1>CACKey for Chrome</h1>
		<div>Currently there is no UI for this application</div>
		<div>
			CACKey provides certificates to Chrome without further
			user interaction.  You may have to open the "Smartcard
			Manager App" or "Smartcard Connector" application and
			select an appropriate USB smartcard reader.
		</div>
	</body>
</html>