Commit 3b546240 authored by Nicolas Dossou-gbete's avatar Nicolas Dossou-gbete Committed by Commit Bot

📰Remove outdated documentation

Bug: None
Change-Id: I0d3f7a1228c935df57cb28cbcc5efc7dad4ea6f5
Reviewed-on: https://chromium-review.googlesource.com/989251Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547783}
parent 87787af4
...@@ -18,8 +18,8 @@ solution and guidelines for future developments. ...@@ -18,8 +18,8 @@ solution and guidelines for future developments.
- **Allow for radical UI changes.** The core architecture of the package should - **Allow for radical UI changes.** The core architecture of the package should
be structured to allow for flexibility and experimentation in the UI. This be structured to allow for flexibility and experimentation in the UI. This
means it generally shouldn't be tied to any particular UI surface, and means it generally shouldn't be tied to any particular UI surface, and
specifically that it is flexible enough to accomodate both the NTP and Chrome specifically that it is flexible enough to accomodate both the current NTP and
Home. its evolutions.
## Principles ## Principles
...@@ -145,17 +145,6 @@ javadoc and the unit tests for more info. ...@@ -145,17 +145,6 @@ javadoc and the unit tests for more info.
- [`ContextMenuManager.Delegate`](../ntp/ContextMenuManager.java) - [`ContextMenuManager.Delegate`](../ntp/ContextMenuManager.java)
### BottomSheet vs NewTabPage
The suggestions were initially only displayed on New Tab pages. They had a
fairly standard lifecycle, like other Native Pages, as an independent page
created and rendered when the user opens it. When ChromeHome is enabled, the
suggestions move to the bottom sheet and become part of the Chrome UI.
Lifecycle differences are discussed in a
[separate document (internal)](https://docs.google.com/document/d/1roFf_B9rNj49PzaEnzh0AljKj63M7m30RlvLZ-oAt08/preview)
## Appendix ## Appendix
### Sample operations ### Sample operations
......
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