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

Unified Diff: ios/chrome/browser/ui/actions/README.md

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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 | « ios/chrome/browser/ui/actions/BUILD.gn ('k') | ios/chrome/browser/ui/actions/settings_actions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/actions/README.md
diff --git a/ios/chrome/browser/ui/actions/README.md b/ios/chrome/browser/ui/actions/README.md
deleted file mode 100644
index 21994e1d72059adc21e0f1fc3fc48f490203e225..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/ui/actions/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Actions.
-
------
-**The files in this directory are only used in the new iOS Chrome
-architecture.**
------
-
-This directory contains header files that define action protocols. Functionally
-these protocols are used to add application-specific methods to `UIResponder`,
-to allow controls to send action messages up the responder chain.
-
-These protocols headers are in this directory because, although they relate to
-specific UI features (settings, toolbar, etc), they will be used by different
-UI components, and should be independent of any specific UI implementation.
-
-Classes that instantiate controls that *send* the methods in one of these
-protocols will need to import the header for that protocol, but won't need to
-conform to it.
-
-Classes in the responder chain that *handle* any of these methods need to
-conform to the protocol.
-
-These protocols are specifically for use in the UI-layer target/action context,
-and shouldn't be used for other purposes. The `sender` parameter of any of these
-methods should always be an actual `UIControl` instance that the user is
-interacting with.
« no previous file with comments | « ios/chrome/browser/ui/actions/BUILD.gn ('k') | ios/chrome/browser/ui/actions/settings_actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698