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

Unified Diff: content/common/sandbox_init_mac.cc

Issue 1313533003: Fix some extern usage in .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/common/sandbox_init_mac.cc
diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc
index 2597a75f14d8da8768168c426dd773f79b7684f7..c49aa80685eaea32cef5fa90c07e8f57d24fac86 100644
--- a/content/common/sandbox_init_mac.cc
+++ b/content/common/sandbox_init_mac.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/common/sandbox_init.h"
+#include "content/common/sandbox_init_mac.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "content/common/sandbox_mac.h"
#include "content/public/common/content_switches.h"
+#include "content/public/common/sandbox_init.h"
namespace content {
@@ -82,7 +83,4 @@ bool BrokerDuplicateSharedMemoryHandle(
return base::SharedMemory::IsHandleValid(*target_handle);
}
-extern const char kBootstrapPortNameForNPAPIPlugins[] =
- "org.chromium.sandbox.real_bootstrap_server";
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698