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

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

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: rebase 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 be9db2ef5b1436f4f0626e0fb64fcc873b156116..9a30e4f28cd44473a1e45a1bdf690e2ed736fc30 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/window.h"
namespace ui {
@@ -82,8 +81,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