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

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

Issue 2574673002: Removes ScopedVector from presentation_service_impl. (Closed)
Patch Set: Addresses Avi's #3 comments. 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 1a1bb7d5348fa8b2fc951c4dd81fccafbd5af8e1..6172bfcd024a00a300879ad695f74179f291719a 100644
--- a/content/browser/presentation/presentation_service_impl.h
+++ b/content/browser/presentation/presentation_service_impl.h
@@ -231,7 +231,7 @@ class CONTENT_EXPORT PresentationServiceImpl
// later invocation when session messages arrive.
void OnSessionMessages(
const content::PresentationSessionInfo& session,
- const ScopedVector<PresentationSessionMessage>& messages,
+ const std::vector<std::unique_ptr<PresentationSessionMessage>>& messages,
bool pass_ownership);
// Associates a JoinSession |callback| with a unique request ID and

Powered by Google App Engine
This is Rietveld 408576698