|
Split NTPLoginHandler across chrome://apps and chrome://history.
NTPLoginHandler was originally used to handle login from the NTP. It now
handles login on chrome://apps and chrome://history and employs a dirty
little hack to be re-used.
Undo that hack (exposing of ntp.updateLogin on chrome://history) and
split the handler logically, slimming the history handler
(which runs on mobile).
R=mad@chromium.org
BUG= 329637
Committed: https://crrev.com/55191fa24c75b7f3b63bc4bd7a183cdcb27af8fb
Cr-Commit-Position: refs/heads/master@{#330874}
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+250 lines, -439 lines) |
Patch |
 |
M |
chrome/browser/resources/history/other_devices.js
|
View
|
|
3 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/webui/app_launcher_login_handler.h
|
View
|
1
|
2 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/webui/app_launcher_login_handler.cc
|
View
|
1
|
8 chunks |
+28 lines, -49 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/app_launcher_page_ui.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/history_login_handler.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/history_login_handler.cc
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/history_ui.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/history_ui.cc
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
View
|
|
1 chunk |
+0 lines, -273 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/profile_info_watcher.h
|
View
|
1
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/profile_info_watcher.cc
|
View
|
1
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
Total messages: 12 (6 generated)
|