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

Unified Diff: chrome/browser/android/process_utils.h

Issue 10690023: Upstream support for WebKit shared timer toggling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/browser/android/process_utils.h
diff --git a/content/common/android/trace_event_binding.h b/chrome/browser/android/process_utils.h
similarity index 50%
copy from content/common/android/trace_event_binding.h
copy to chrome/browser/android/process_utils.h
index 10e4e3c134ca9318d6d77e041b92a0dea8f2ba24..f371f9ee2e5261abe5cf03a6ed6c2e98c9278fcc 100644
--- a/content/common/android/trace_event_binding.h
+++ b/chrome/browser/android/process_utils.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
-#define CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
+#ifndef CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
+#define CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
#include <jni.h>
-extern bool RegisterTraceEvent(JNIEnv* env);
+bool RegisterProcessUtils(JNIEnv* env);
-#endif // CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
+#endif // CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ProcessUtils.java ('k') | chrome/browser/android/process_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698