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

Unified Diff: image_burn_service.h

Issue 6357012: Use chromeos::IsBootDevicePath. (Closed) Base URL: http://git.chromium.org/git/image-burner.git@master
Patch Set: lint Created 9 years, 11 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 | image_burn_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: image_burn_service.h
diff --git a/image_burn_service.h b/image_burn_service.h
index bfbf2f2a7c41687a553c574d3fe408fa04e1fda5..41c5b13738a8149497e5ffc1cd51d9b82b298fe0 100644
--- a/image_burn_service.h
+++ b/image_burn_service.h
@@ -72,7 +72,6 @@ class ImageBurnService : public chromeos::dbus::AbstractDbusService {
// Reads last 4 bytes from gzip file (which hold uncompressed content size)
// maximum content size supported is 4GB.
int64 GetTotalImageSize(const char* from_path);
- bool IsBootPath(const char* device_path);
ImageBurner* image_burner_;
GMainLoop* main_loop_;
« no previous file with comments | « no previous file | image_burn_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698