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 uint32 GetSafeModeHotkey(); |
| + |
| protected: |
| explicit BrowserDistribution(Type type); |