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

Side by Side Diff: docs/webview_policies.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/useful_urls.md ('k') | docs/windows_build_instructions.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # WebView Policies 1 # WebView Policies
2 2
3 ## Overview 3 ## Overview
4 4
5 WebView supports a subset of Chrome's policies, that can be set via the 5 WebView supports a subset of Chrome's policies, that can be set via the
6 [App Restrictions][1] mechanism. They are read on the embedder app itself rather 6 [App Restrictions][1] mechanism. They are read on the embedder app itself rather
7 than from a centralized location. That gives administrator more flexibility and 7 than from a centralized location. That gives administrator more flexibility and
8 granularity, but to apply a global policy, it has to be set separately 8 granularity, but to apply a global policy, it has to be set separately
9 on each app. 9 on each app.
10 10
11 The policies will be applied to WebViews used inside the targeted apps without 11 The policies will be applied to WebViews used inside the targeted apps without
12 having to modify the apps themselves. No special WebView APIs have been added 12 having to modify the apps themselves. No special WebView APIs have been added
13 to expose policy information. If developers want to change their app's behavior 13 to expose policy information. If developers want to change their app's behavior
14 depending on that, they can [read them][2] as they have access to the 14 depending on that, they can [read them][2] as they have access to the
15 App Restrictions. 15 App Restrictions.
16 16
17 Please see the [Policy List on chromium.org][2] for more information and the 17 Please see the [Policy List on chromium.org][2] for more information and the
18 list of supported policies. 18 list of supported policies.
19 19
20 [3]: http://developer.android.com/training/enterprise/work-policy-ctrl.html#appl y_restrictions 20 [3]: https://developer.android.com/training/enterprise/work-policy-ctrl.html#app ly_restrictions
21 [1]: http://developer.android.com/training/enterprise/app-restrictions.html 21 [1]: https://developer.android.com/training/enterprise/app-restrictions.html
22 [2]: https://www.chromium.org/administrators/policy-list-3 22 [2]: https://www.chromium.org/administrators/policy-list-3
OLDNEW
« no previous file with comments | « docs/useful_urls.md ('k') | docs/windows_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698