Replace std::function in env_chromium.h |
||
Issue descriptionAs per Chromium's C++11 Banned Library Features document std::function is banned and base::Callback should be used instead. http://chromium-cpp.appspot.com/ This was added in https://codereview.chromium.org/2855953002, but missed in the original CL.
,
Jul 31 2017
I missed the fact that this was already done :-( |
||
►
Sign in to add a comment |
||
Comment 1 by cmumford@chromium.org
, Jul 31 2017