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

Unified Diff: utils.h

Issue 3965001: AU: Restrict URL/version change over D-Bus to non-official builds only. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.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 | « dbus_service.cc ('k') | utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils.h
diff --git a/utils.h b/utils.h
index 9beae04b9bb025ed1782c57db4efc7562e49c4e0..57fb3bb36adc735f32cbccc0615f14b065bcf3e3 100644
--- a/utils.h
+++ b/utils.h
@@ -21,10 +21,7 @@ namespace chromeos_update_engine {
namespace utils {
-// Returns true if this is an official Chrome OS build, false
-// otherwise. Currently, this routine errs on the official build side
-// -- if it doesn't recognize the update track as non-official, it
-// assumes the build is official.
+// Returns true if this is an official Chrome OS build, false otherwise.
bool IsOfficialBuild();
// Returns true if the OOBE process has been completed and EULA accepted, false
« no previous file with comments | « dbus_service.cc ('k') | utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698