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

Unified Diff: content/test/test_content_utility_client.cc

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/test/test_content_utility_client.cc
diff --git a/content/public/common/presentation_constants.cc b/content/test/test_content_utility_client.cc
similarity index 62%
copy from content/public/common/presentation_constants.cc
copy to content/test/test_content_utility_client.cc
index da7e6acd3766d99187726263e9734dd2f62f623a..54d3291c95a3c5dcb2e8585b485dcda0b4b09af6 100644
--- a/content/public/common/presentation_constants.cc
+++ b/content/test/test_content_utility_client.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 "content/public/common/presentation_constants.h"
+#include "content/test/test_content_utility_client.h"
namespace content {
-const size_t kMaxPresentationSessionMessageSize = 64 * 1024; // 64 KB.
+TestContentUtilityClient::~TestContentUtilityClient() {
+}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698