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

Unified Diff: content/browser/presentation/presentation_service_impl.h

Issue 2574673002: Removes ScopedVector from presentation_service_impl. (Closed)
Patch Set: Fixes test. Created 4 years 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: content/browser/presentation/presentation_service_impl.h
diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
index 3a8bde5ade1496f375455c17c2a3e2db234d80b6..d42369fd3a499273078d3c491ea84686afa642d8 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -232,7 +232,8 @@ class CONTENT_EXPORT PresentationServiceImpl
// later invocation when session messages arrive.
void OnConnectionMessages(
const content::PresentationSessionInfo& session,
- const ScopedVector<PresentationConnectionMessage>& messages,
+ const std::vector<std::unique_ptr<PresentationConnectionMessage>>&
+ messages,
bool pass_ownership);
// Associates a JoinSession |callback| with a unique request ID and

Powered by Google App Engine
This is Rietveld 408576698