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

Unified Diff: chrome/common/extensions/docs/templates/intros/networking_config.html

Issue 1006913004: Add screenshots to networking.config documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/images/networking_config_notification.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/intros/networking_config.html
diff --git a/chrome/common/extensions/docs/templates/intros/networking_config.html b/chrome/common/extensions/docs/templates/intros/networking_config.html
index eb37760608b5393428300b8b9353cb1ca120d7dc..95071a2fd0dd8e2276d2877ba3507a99aa1d7c88 100644
--- a/chrome/common/extensions/docs/templates/intros/networking_config.html
+++ b/chrome/common/extensions/docs/templates/intros/networking_config.html
@@ -6,12 +6,20 @@ The interaction between Extension, Chrome, and the user will be:
networks that it wants to handle captive portals on.</li>
<li>If one of these networks is detected by Chrome, it will appear in the
network list, badged with an icon to indicate that a captive portal handler is
- available.</li>
+ available.
+ <p>
+ <img src="{{static}}/images/networking_config_badge.png"
+ align="middle" width="301" height="305" alt="Badge icon in tray network list" />
+ </li>
<li>If the user selects such a network, but a captive portal is not detected,
Chrome will connect as usual - the Extension will never be involved.</li>
<li>Otherwise, if a captive portal is detected, the user is notified and asked
to authenticate using the registered Extension or whether to visit the captive
- portal page.</li>
+ portal page.
+ <p>
+ <img src="{{static}}/images/networking_config_notification.png"
+ align="middle" width="367" height="224" alt="Captive portal notification" />
+ </li>
<li>If the user selects the Extension, Chrome notifies the Extension through
the $(ref:onCaptivePortalDetected) event.</li>
<li>The Extension should now interact with the user if necessary and
« no previous file with comments | « chrome/common/extensions/docs/static/images/networking_config_notification.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698