|
[ios showcase]Configures ApplicationState and adds Toolbar Coordinator
In order to run the ToolbarVC in Showcase we need to access the Shared ResourceBundle.
-Adds a DEP to ui/base
-Inits the Resource bundle singleton.
-Inits IOSChromeMain, this is needed since Resource bundle uses
current_process_commandline_ to calculate the device scale and load the right
resources.
-Creates an AtExitManager in main.mm which is needed by IOSChromeMain.
-Creates a simple placeholder coordinator file for Toolbar.
-Renames Showcase Settings coordinator.
BUG= 683793
Review-Url: https://codereview.chromium.org/2651833002
Cr-Commit-Position: refs/heads/master@{#446712}
Committed: https://chromium.googlesource.com/chromium/src/+/9d62fd77957ef8e486ad77c57e05b717c5a037d3
Total comments: 13
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+64 lines, -61 lines) |
Patch |
 |
M |
ios/showcase/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/showcase/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/showcase/core/BUILD.gn
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/showcase/core/app_delegate.mm
|
View
|
1
2
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/showcase/core/main.mm
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/showcase/core/showcase_model.mm
|
View
|
1
2
3
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/showcase/settings/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ios/showcase/settings/sc_settings_coordinator.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ios/showcase/settings/sc_settings_coordinator.mm
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ios/showcase/settings/settings_coordinator.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
ios/showcase/settings/settings_coordinator.mm
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
ios/showcase/toolbar/BUILD.gn
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
ios/showcase/toolbar/sc_toolbar_coordinator.h
|
View
|
1
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
A |
ios/showcase/toolbar/sc_toolbar_coordinator.mm
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
Total messages: 45 (23 generated)
|