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

Unified Diff: ios/web/shell/DEPS

Issue 1901343002: [ios] Do not use private web// API in ios_web_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments Created 4 years, 8 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/web/public/web_state/web_state.h ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/DEPS
diff --git a/ios/web/shell/DEPS b/ios/web/shell/DEPS
index e27649791dfecf32b23fc0ca25534062bee5970f..97be3409f57e85cc8e1941e7f87417eabe611fc7 100644
--- a/ios/web/shell/DEPS
+++ b/ios/web/shell/DEPS
@@ -3,9 +3,5 @@ include_rules = [
"-ios/web",
"+ios/web/public",
"+ios/web/shell",
-
- # TODO(crbug.com/597997): Remove these exceptions. Web shell must not use
- # any private APIs from web.
- "+ios/web/web_state/web_state_impl.h",
]
« no previous file with comments | « ios/web/public/web_state/web_state.h ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698