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

Issue 10669009: Add ShellAccessTokenStore to content_shell (Closed)

Created:
8 years, 6 months ago by John Knottenbelt
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch-content_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add ShellAccessTokenStore to content_shell Geolocation on content_shell requires an implementation of AccessTokenStore in order to work. BUG=134116 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144705

Patch Set 1 #

Total comments: 10

Patch Set 2 : Use dummy access tokens to avoid hitting server. #

Patch Set 3 : Make DidLoadAccessTokens static. #

Total comments: 1

Patch Set 4 : Include geolocation in the path to shell_access_token_store #

Patch Set 5 : Add explicit private destructor. #

Patch Set 6 : Style fix: mark destructor as virtual and OVERRIDE. #

Patch Set 7 : Remove OVERRIDE from destructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -0 lines) Patch
M content/content_shell.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A content/shell/geolocation/shell_access_token_store.h View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
A content/shell/geolocation/shell_access_token_store.cc View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download
M content/shell/shell_content_browser_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
John Knottenbelt
8 years, 6 months ago (2012-06-25 10:02:14 UTC) #1
bulach
lgtm (but not an owner in this area).. some comments below: https://chromiumcodereview.appspot.com/10669009/diff/1/content/shell/shell_access_token_store.cc File content/shell/shell_access_token_store.cc (right): ...
8 years, 6 months ago (2012-06-25 15:28:38 UTC) #2
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/10669009/diff/1/content/shell/shell_access_token_store.cc File content/shell/shell_access_token_store.cc (right): https://chromiumcodereview.appspot.com/10669009/diff/1/content/shell/shell_access_token_store.cc#newcode6 content/shell/shell_access_token_store.cc:6: #include "chrome/browser/browser_process.h" not needed? https://chromiumcodereview.appspot.com/10669009/diff/1/content/shell/shell_access_token_store.h File content/shell/shell_access_token_store.h (right): https://chromiumcodereview.appspot.com/10669009/diff/1/content/shell/shell_access_token_store.h#newcode5 ...
8 years, 6 months ago (2012-06-25 15:36:44 UTC) #3
joth
does content_shell instantiate real network location provider? e.g. if you run it on linux, windows, ...
8 years, 6 months ago (2012-06-25 16:51:32 UTC) #4
John Knottenbelt
I think that content_shell is supposed to be more of an example embedding of Chromium ...
8 years, 6 months ago (2012-06-26 07:46:15 UTC) #5
John Knottenbelt
8 years, 6 months ago (2012-06-26 08:38:28 UTC) #6
joth
lgtm with one suggestion... https://chromiumcodereview.appspot.com/10669009/diff/10001/content/shell/shell_access_token_store.cc File content/shell/shell_access_token_store.cc (right): https://chromiumcodereview.appspot.com/10669009/diff/10001/content/shell/shell_access_token_store.cc#newcode1 content/shell/shell_access_token_store.cc:1: // Copyright (c) 2012 The ...
8 years, 6 months ago (2012-06-26 15:37:09 UTC) #7
John Knottenbelt
Thanks for review so far! Avi, please could you OWNERS review?
8 years, 5 months ago (2012-06-27 15:07:30 UTC) #8
Avi (use Gerrit)
lgtm stamp
8 years, 5 months ago (2012-06-27 15:12:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/10669009/11001
8 years, 5 months ago (2012-06-28 07:53:57 UTC) #10
commit-bot: I haz the power
Try job failure for 10669009-11001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-28 08:19:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/10669009/23001
8 years, 5 months ago (2012-06-28 08:31:07 UTC) #12
commit-bot: I haz the power
Try job failure for 10669009-23001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-28 08:54:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/10669009/25002
8 years, 5 months ago (2012-06-28 09:41:31 UTC) #14
commit-bot: I haz the power
Try job failure for 10669009-25002 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-06-28 10:28:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/10669009/18004
8 years, 5 months ago (2012-06-28 11:03:33 UTC) #16
commit-bot: I haz the power
8 years, 5 months ago (2012-06-28 12:14:07 UTC) #17
Change committed as 144705

Powered by Google App Engine
This is Rietveld 408576698