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

Unified Diff: chrome/browser/jankometer_android.cc

Issue 10885023: Use ChromeBrowserMainPartsAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig's comments Created 8 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jankometer_android.cc
diff --git a/chrome/browser/ui/panels/panel_strip.cc b/chrome/browser/jankometer_android.cc
similarity index 56%
copy from chrome/browser/ui/panels/panel_strip.cc
copy to chrome/browser/jankometer_android.cc
index cb88a697542ed60ebc2602d5310be1271a9b216a..6a57f05ca3c493bd9358ada4879a96a17c85dc60 100644
--- a/chrome/browser/ui/panels/panel_strip.cc
+++ b/chrome/browser/jankometer_android.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/panels/panel_strip.h"
+#include "chrome/browser/jankometer.h"
-PanelStrip::PanelStrip(Type type)
- : type_(type) {
+void InstallJankometer(const CommandLine& parsed_command_line) {
}
-PanelStrip::~PanelStrip() {
+void UninstallJankometer() {
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698