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

Unified Diff: blimp/net/blob_channel/mock_blob_channel_sender.cc

Issue 2033013003: Use shared memory for moving data over BlobChannel Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: IPC owners file added. Created 4 years, 5 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 | « blimp/net/blob_channel/mock_blob_channel_sender.h ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blob_channel/mock_blob_channel_sender.cc
diff --git a/blimp/common/switches.cc b/blimp/net/blob_channel/mock_blob_channel_sender.cc
similarity index 56%
copy from blimp/common/switches.cc
copy to blimp/net/blob_channel/mock_blob_channel_sender.cc
index 4f1c0567e8c5665d4018043d17219ca9857215fd..7e165d1a773bea423ba65a7aaee85ceeacfa2410 100644
--- a/blimp/common/switches.cc
+++ b/blimp/net/blob_channel/mock_blob_channel_sender.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/common/switches.h"
+#include "blimp/net/blob_channel/mock_blob_channel_sender.h"
namespace blimp {
-const char kClientTokenPath[] = "blimp-client-token-path";
+MockBlobChannelSender::MockBlobChannelSender() {}
+MockBlobChannelSender::~MockBlobChannelSender() {}
} // namespace blimp
« no previous file with comments | « blimp/net/blob_channel/mock_blob_channel_sender.h ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698