Chromium Code Reviews| Index: chrome/app/breakpad_win.h |
| diff --git a/chrome/app/breakpad_win.h b/chrome/app/breakpad_win.h |
| index 319079273b53808a109cc8b90febf3d340e67537..dcf9005430a1020889f242594343cc0c56e48748 100644 |
| --- a/chrome/app/breakpad_win.h |
| +++ b/chrome/app/breakpad_win.h |
| @@ -42,6 +42,10 @@ void InitDefaultCrashCallback(LPTOP_LEVEL_EXCEPTION_FILTER filter); |
| // a dialog asking for permission to continue execution or to exit now. |
| bool ShowRestartDialogIfCrashed(bool* exit_now); |
| +// Helper to convert a vector of wstrings to corresponding vector of cstrings. |
|
MAD
2012/05/22 14:30:49
Please add a comment that the cstrings vector can'
eroman
2012/05/22 20:33:29
Done.
|
| +void StringVectorToCStringVector(const std::vector<std::wstring>& wstrings, |
| + std::vector<const wchar_t*>* cstrings); |
| + |
| namespace testing { |
| // Testing entry point for calling a function from the unnamed namespace. |