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

Unified Diff: services/ui/public/cpp/window_private.h

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: Created 3 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
Index: services/ui/public/cpp/window_private.h
diff --git a/services/ui/public/cpp/window_private.h b/services/ui/public/cpp/window_private.h
index f1bd949934decc5c0832e0613109082b402938dd..6f627de0a79f1f4b3d7d6ab1b0d243e1d856570b 100644
--- a/services/ui/public/cpp/window_private.h
+++ b/services/ui/public/cpp/window_private.h
@@ -10,7 +10,6 @@
#include <vector>
#include "base/macros.h"
-#include "mojo/public/cpp/bindings/array.h"
#include "services/ui/public/cpp/surface_id_handler.h"
#include "services/ui/public/cpp/window.h"
@@ -83,8 +82,6 @@ class WindowPrivate {
window_->LocalSetPredefinedCursor(cursor);
}
void LocalSetSharedProperty(const std::string& name,
- mojo::Array<uint8_t> new_data);
- void LocalSetSharedProperty(const std::string& name,
const std::vector<uint8_t>* data) {
window_->LocalSetSharedProperty(name, data);
}

Powered by Google App Engine
This is Rietveld 408576698