| Index: chrome/install_static/install_util.cc
|
| diff --git a/chrome/install_static/install_util.cc b/chrome/install_static/install_util.cc
|
| index 609891662d598748e692076606e3ba151f193d8b..633e8e0ac73ebb5797f91180cd84c895acd6c2d2 100644
|
| --- a/chrome/install_static/install_util.cc
|
| +++ b/chrome/install_static/install_util.cc
|
| @@ -35,6 +35,8 @@ const wchar_t kRestartInfo[] = L"CHROME_RESTART";
|
| const wchar_t kRtlLocale[] = L"RIGHT_TO_LEFT";
|
|
|
| const wchar_t kCrashpadHandler[] = L"crashpad-handler";
|
| +const wchar_t kFallbackHandler[] = L"fallback-handler";
|
| +
|
| const wchar_t kProcessType[] = L"type";
|
| const wchar_t kUserDataDirSwitch[] = L"user-data-dir";
|
| const wchar_t kUtilityProcess[] = L"utility";
|
|
|