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

Unified Diff: chrome/common/metrics_helpers.h

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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/common/json_pref_store.cc ('k') | chrome/common/metrics_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics_helpers.h
diff --git a/chrome/common/metrics_helpers.h b/chrome/common/metrics_helpers.h
index bd18b888e80407a62b1627863735b82152ef6ed1..3de3fbdd6ccb66fe8c6fb0c1d0ec2c05336c00e5 100644
--- a/chrome/common/metrics_helpers.h
+++ b/chrome/common/metrics_helpers.h
@@ -99,9 +99,7 @@ class MetricsLogBase {
version_extension_ = extension;
}
- virtual MetricsLog* AsMetricsLog() {
- return NULL;
- }
+ virtual MetricsLog* AsMetricsLog();
protected:
class XmlWrapper;
« no previous file with comments | « chrome/common/json_pref_store.cc ('k') | chrome/common/metrics_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698