mun...@chromium.org
unread,May 14, 2012, 8:55:20 PM5/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to j...@chromium.org, mih...@chromium.org, a...@chromium.org, chromium...@chromium.org, a...@chromium.org, mihaip...@chromium.org
On 2012/05/14 20:59:39, Mihai Parparita wrote:
> Nit: "Failure" instead of "Failed"
Done.
On 2012/05/14 20:59:39, Mihai Parparita wrote:
> If all this does is call WebAuthFlowWindow::CreateWebAuthFlowWindow,
then you
> don't need to separate the two, you can just have
WebAuthFlowWindow::Create be
> the function that's implemented per-platform.
> The reason why ShellWindow has the separation is because ::Create does
some
> massaging of parameters before calling ::CreateShellWindow
Done.
Yeah, thought about it when I did this but at the time I kept it
thinking we might have some non-trivial logic in future. But no point ni
doing what we don't need now. We can always add it later. So removed the
redundant method.
On 2012/05/14 20:59:39, Mihai Parparita wrote:
> Add a brief class-level comment indicating that this is an abstract
base class
> that has per-platform implementations (which are otherwise hidden).
Done.
On 2012/05/14 20:59:39, Mihai Parparita wrote:
> Seems like you need to update the C++ side of this test to set up the
right mock
> flow.
Oh yes, completely forgot about this file (got it from Jon's patch).
I have not done this before. Can you point me to where the C++ side of
this test lives?
https://chromiumcodereview.appspot.com/10178020/