Chromium Code Reviews| Index: chrome/installer/util/browser_distribution.h |
| =================================================================== |
| --- chrome/installer/util/browser_distribution.h (revision 232633) |
| +++ chrome/installer/util/browser_distribution.h (working copy) |
| @@ -161,6 +161,9 @@ |
| virtual bool HasUserExperiments(); |
| + // Returning zero means that there is no hotkey. |
| + virtual int GetSafeModeHotkey(); |
|
robertshield
2013/11/04 02:19:55
should this return a uint32 instead?
grt (UTC plus 2)
2013/11/04 15:25:14
what about uint16 (IShellLink::SetHotkey takes a W
cpu_(ooo_6.6-7.5)
2013/11/04 19:10:57
Done.
Since I am not ifdefing for windows I rathe
|
| + |
| protected: |
| explicit BrowserDistribution(Type type); |