Commit 2c14389c authored by Trevor Perrier's avatar Trevor Perrier Committed by Chromium LUCI CQ

[Docs] Add link to View UI in docs/README.md

Change-Id: Ib664751e624c8211035d6b00ff8e9ebc669f05a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585550Reviewed-by: default avatarJosh Simmons <jds@google.com>
Commit-Queue: Josh Simmons <jds@google.com>
Auto-Submit: Trevor  Perrier <perrier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835827}
parent 7ecc10cd
...@@ -123,6 +123,7 @@ used when committed. ...@@ -123,6 +123,7 @@ used when committed.
and handle thread safety in Chrome. and handle thread safety in Chrome.
* [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and * [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and
Bind(). Bind().
* [Chromium Views UI](ui/index.md) - Working with the desktop UI framework.
* [Views Platform Styling](ui/views/platform_style.md) - How views are styled * [Views Platform Styling](ui/views/platform_style.md) - How views are styled
to fit in different native platforms to fit in different native platforms
* [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add * [Tab Helpers](tab_helpers.md) - Using WebContents/WebContentsObserver to add
...@@ -254,7 +255,7 @@ used when committed. ...@@ -254,7 +255,7 @@ used when committed.
* [Windows Split DLLs](windows_split_dll.md) - Splitting `chrome.dll` into * [Windows Split DLLs](windows_split_dll.md) - Splitting `chrome.dll` into
multiple dlls to work around toolchain limitations on Windows. multiple dlls to work around toolchain limitations on Windows.
* [Windows Native Window Occlusion Tracking](windows_native_window_occlusion_tracking.md) * [Windows Native Window Occlusion Tracking](windows_native_window_occlusion_tracking.md)
* [Windows PWA Integration](windows_pwa_integration.md) - Integration with * [Windows PWA Integration](windows_pwa_integration.md) - Integration with
Progressive Web Apps on Windows Progressive Web Apps on Windows
* [Windows Shortcut and Taskbar Handling](windows_shortcut_and_taskbar_handling.md) * [Windows Shortcut and Taskbar Handling](windows_shortcut_and_taskbar_handling.md)
* [Windows Virtual Desktop Integration](windows_virtual_desktop_handling.md) * [Windows Virtual Desktop Integration](windows_virtual_desktop_handling.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment