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

Unified Diff: bootloader_type.h

Issue 3601014: cros_boot_mode: make cros_debug bootloader argument prempt others (Closed) Base URL: http://git.chromium.org/git/cros_boot_mode.git
Patch Set: Created 10 years, 2 months 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
« no previous file with comments | « no previous file | bootloader_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootloader_type.h
diff --git a/bootloader_type.h b/bootloader_type.h
index 0a3fd8db1544c29810ce823eb1500674c406084a..d7d26823a43a510b7e823739444a9d7d56ffc725 100644
--- a/bootloader_type.h
+++ b/bootloader_type.h
@@ -24,10 +24,10 @@ class BootloaderType : public PlatformReader {
public:
static const char *kBootloaderTypePath;
enum {
- kChromeOS = 0,
+ kDebug = 0,
+ kChromeOS,
kEFI,
kLegacy,
- kDebug,
};
// API-exposed names
static const char *kBootloaderTypeText[];
« no previous file with comments | « no previous file | bootloader_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698