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

Unified Diff: chrome/common/child_process_logging.h

Issue 2821010: Cleanup: Break some common->app dependencies. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: committed version with minor lint cleanup Created 10 years, 6 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 | « chrome/app/breakpad_win.cc ('k') | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/child_process_logging.h
===================================================================
--- chrome/common/child_process_logging.h (revision 50869)
+++ chrome/common/child_process_logging.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,10 +6,18 @@
#define CHROME_COMMON_CHILD_PROCESS_LOGGING_H_
#include <set>
+#include <string>
#include "base/basictypes.h"
#include "googleurl/src/gurl.h"
+#if defined(OS_WIN)
+// The maximum number of active extensions we will report.
+// Also used in chrome/app, but we define it here to avoid a common->app
+// dependency.
+static const int kMaxReportedActiveExtensions = 10;
+#endif
+
namespace child_process_logging {
// Sets the URL that is logged if the child process crashes. Use GURL() to clear
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698