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

Unified Diff: content/renderer/presentation/presentation_dispatcher_unittest.cc

Issue 2644133004: Fix unused lambda captures in //content. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/presentation/presentation_dispatcher_unittest.cc
diff --git a/content/renderer/presentation/presentation_dispatcher_unittest.cc b/content/renderer/presentation/presentation_dispatcher_unittest.cc
index 8f49caeb66cd62072e731cc1e62be6e3458ea0b4..f933fb00a0174888cce0d85114ae82ba865ea2b5 100644
--- a/content/renderer/presentation/presentation_dispatcher_unittest.cc
+++ b/content/renderer/presentation/presentation_dispatcher_unittest.cc
@@ -246,7 +246,7 @@ TEST_F(PresentationDispatcherTest, TestStartSessionError) {
base::RunLoop run_loop;
EXPECT_CALL(presentation_service_, StartSession(gurls_, _))
- .WillOnce(Invoke([this, &error_message](
+ .WillOnce(Invoke([&error_message](
const std::vector<GURL>& presentation_urls,
const PresentationService::StartSessionCallback& callback) {
PresentationErrorPtr error(PresentationError::New());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698