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

Side by Side Diff: ios/chrome/browser/sessions/DEPS

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: . Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_window.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 # TODO(crbug.com/619992): Remove this exception. 2 # TODO(crbug.com/619992): Remove this exception.
3 "^session_service\.mm$": [ 3 "^session_service\.mm$": [
4 "+ios/web/navigation/crw_session_certificate_policy_manager.h", 4 "+ios/web/navigation/crw_session_certificate_policy_manager.h",
5 ], 5 ],
6 6
7 # TODO(crbug.com/620045): Remove these exceptions.
8 "^session_window\.h$": [
9 "+ios/web/web_state/web_state_impl.h",
10 ],
11 "^session_window\.mm$": [
12 "+ios/web/navigation/crw_session_controller.h",
13 "+ios/web/web_state/web_state_impl.h",
14 ],
15 "^session_window_unittest\.mm$": [
16 "+ios/web/navigation/crw_session_controller.h",
17 ],
18
19 # TODO(crbug.com/620083): Remove this exception. 7 # TODO(crbug.com/620083): Remove this exception.
20 "^tab_restore_service_delegate_impl_ios\.mm$": [ 8 "^tab_restore_service_delegate_impl_ios\.mm$": [
21 "+ios/web/navigation/navigation_manager_impl.h", 9 "+ios/web/navigation/navigation_manager_impl.h",
22 "+ios/web/web_state/web_state_impl.h", 10 "+ios/web/web_state/web_state_impl.h",
23 ], 11 ],
24 } 12 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698