Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6416)

Unified Diff: chrome/installer/util/browser_distribution.h

Issue 57173002: Adds the concept of a 'safe mode' hotkey start (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698