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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 10512010: Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win build by beefing up filename_rules.gypi Created 8 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_linuxish.cc ('k') | chrome/app/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_delegate.cc
===================================================================
--- chrome/app/chrome_main_delegate.cc (revision 140304)
+++ chrome/app/chrome_main_delegate.cc (working copy)
@@ -29,7 +29,6 @@
#include "chrome/plugin/chrome_content_plugin_client.h"
#include "chrome/renderer/chrome_content_renderer_client.h"
#include "chrome/utility/chrome_content_utility_client.h"
-#include "content/common/content_counters.h"
#include "content/public/common/content_client.h"
#include "content/public/common/content_paths.h"
#include "content/public/common/content_switches.h"
@@ -574,8 +573,9 @@
chrome::ProcessNeedsProfileDir(process_type)));
}
+ base::StatsCounterTimer stats_counter_timer("Chrome.Init");
startup_timer_.reset(new base::StatsScope<base::StatsCounterTimer>
- (content::Counters::chrome_main()));
+ (stats_counter_timer));
// Enable the heap profiler as early as possible!
EnableHeapProfiler(command_line);
« no previous file with comments | « chrome/app/breakpad_linuxish.cc ('k') | chrome/app/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698