|
|
Rename NotificationUIManager to NotificationPlatformBridge (1/2)
This covers the Android files only to make it more manageable. Mac files will come in a second CL.
The message center NotificationUIManager will remain untouched
BUG= 596161
Committed: https://crrev.com/dd6ae73011eb6e25c025b4be3f147638e7570b9e
Cr-Commit-Position: refs/heads/master@{#390075}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+149 lines, -1743 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java
|
View
|
|
11 chunks |
+38 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationUIManager.java
|
View
|
|
1 chunk |
+0 lines, -695 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java_sources.gni
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java
|
View
|
1
2
|
6 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
|
View
|
1
2
|
10 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationTestBase.java
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerIntentTest.java
|
View
|
1
2
|
1 chunk |
+0 lines, -162 lines |
0 comments
|
Download
|
 |
D |
chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationUIManagerTest.java
|
View
|
1
2
|
1 chunk |
+0 lines, -328 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/junit/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
|
View
|
1
2
|
4 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
D |
chrome/android/junit/src/org/chromium/chrome/browser/notifications/NotificationUIManagerUnitTest.java
|
View
|
1
2
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/notifications/notification_platform_bridge_android.h
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/notifications/notification_platform_bridge_android.cc
|
View
|
1
|
10 chunks |
+37 lines, -36 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/notifications/notification_ui_manager_android.h
|
View
|
|
1 chunk |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/notifications/notification_ui_manager_android.cc
|
View
|
1
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 21 (12 generated)
|