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

Unified Diff: chrome/installer/util/google_chrome_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/google_chrome_distribution.h
===================================================================
--- chrome/installer/util/google_chrome_distribution.h (revision 232633)
+++ chrome/installer/util/google_chrome_distribution.h (working copy)
@@ -91,6 +91,8 @@
virtual bool HasUserExperiments() OVERRIDE;
+ virtual int GetSafeModeHotkey() OVERRIDE;
+
const string16& product_guid() { return product_guid_; }
protected:

Powered by Google App Engine
This is Rietveld 408576698