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

Unified Diff: mojo/services/view_manager/view_manager_service_impl.h

Issue 383293002: Start of adding enums for error codes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: mojo/services/view_manager/view_manager_service_impl.h
diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
index 42dbb817f54e60eb2a6022fbed8b83c1a5f2fb0d..98b8e97dc0f36f5310d7d5e2c05871d344aa265e 100644
--- a/mojo/services/view_manager/view_manager_service_impl.h
+++ b/mojo/services/view_manager/view_manager_service_impl.h
@@ -169,7 +169,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
// Overridden from ViewManagerService:
virtual void CreateNode(Id transport_node_id,
- const Callback<void(bool)>& callback) OVERRIDE;
+ const Callback<void(ErrorCode)>& callback) OVERRIDE;
virtual void DeleteNode(Id transport_node_id,
Id server_change_id,
const Callback<void(bool)>& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698