Remove the temporary scaffolding stubs.

They have served they purpose well, but now it's time to retire.
It's one of the things that draggen in the bad dependency of chrome/common
on chrome/browser, and is sufficiently small now to stub things out individually.

TEST=none
BUG=none

Review URL: http://codereview.chromium.org/593037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38639 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/jankometer_mac.cc b/chrome/browser/jankometer_mac.cc
new file mode 100644
index 0000000..cf85869
--- /dev/null
+++ b/chrome/browser/jankometer_mac.cc
@@ -0,0 +1,13 @@
+// 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.
+
+#include "chrome/browser/jankometer.h"
+
+void InstallJankometer(const CommandLine& parsed_command_line) {
+  // TODO(port): Implement jankometer, http://crbug.com/8077
+}
+
+void UninstallJankometer() {
+  // TODO(port): Implement jankometer, http://crbug.com/8077
+}