|
Save the oauth client id used in App Notification setup
We're also syncing this value, which has the nice side effect of letting us get rid of the "setup done" boolean we were planning on using.
BUG= 105682
TEST=Setting up app notifications should leave a "app_notif_client_id" key
in your Preferences file in the extensions section associated with the app
in question.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112357
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+210 lines, -56 lines) |
Patch |
 |
A |
chrome/browser/extensions/app_notification_browsertest.cc
|
View
|
1
2
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notify_channel_setup.h
|
View
|
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notify_channel_setup.cc
|
View
|
1
2
|
4 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notify_channel_setup_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs.h
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs.cc
|
View
|
1
2
|
2 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_data.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_data.cc
|
View
|
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_data_unittest.cc
|
View
|
1
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_tab_helper.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_tab_helper.cc
|
View
|
|
2 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/app_notifications/launch.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/app_notifications/launch.js
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/app_notifications/manifest.json
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|