repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Roll src/third_party/WebKit bf18a82:a9cee16 (svn 185297:185304)
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
identity_scope_approval_dialog
/
scope_approval_dialog.html
blob
f1322e4a8799fb2981379f1c453b28d317c55530
1
<html>
2
<head>
3
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"scope_approval_dialog.css"
>
4
<script
src
=
"scope_approval_dialog.js"
></script>
5
</head>
6
<body>
7
<div
class
=
"titlebar"
>
8
<span
class
=
"titlebar-close-button"
></span>
9
</div>
10
<webview
class
=
"content"
id
=
"providerview"
></webview>
11
</body>
12
</html>