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

Unified Diff: chrome/common/chrome_counters.h

Issue 6878002: Move renderer_main and renderer_glue to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/chrome_renderer.gypi ('k') | chrome/common/chrome_counters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_counters.h
===================================================================
--- chrome/common/chrome_counters.h (revision 81952)
+++ chrome/common/chrome_counters.h (working copy)
@@ -1,36 +0,0 @@
-// Copyright (c) 2006-2008 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.
-
-// Counters used within the browser.
-
-#ifndef CHROME_COMMON_CHROME_COUNTERS_H_
-#define CHROME_COMMON_CHROME_COUNTERS_H_
-#pragma once
-
-namespace base {
-class StatsCounter;
-class StatsCounterTimer;
-class StatsRate;
-}
-
-namespace chrome {
-
-class Counters {
- public:
- // The amount of time spent in chrome initialization.
- static base::StatsCounterTimer& chrome_main();
-
- // The amount of time spent in renderer initialization.
- static base::StatsCounterTimer& renderer_main();
-
- // Time spent in spellchecker initialization.
- static base::StatsCounterTimer& spellcheck_init();
-
- // Time/Count of spellcheck lookups.
- static base::StatsRate& spellcheck_lookup();
-};
-
-} // namespace chrome
-
-#endif // CHROME_COMMON_CHROME_COUNTERS_H_
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/chrome_counters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698