Index: chrome/browser/android/mojo/chrome_interface_registrar_android.h |
diff --git a/chrome/browser/android/mojo/chrome_service_registrar_android.h b/chrome/browser/android/mojo/chrome_interface_registrar_android.h |
similarity index 53% |
rename from chrome/browser/android/mojo/chrome_service_registrar_android.h |
rename to chrome/browser/android/mojo/chrome_interface_registrar_android.h |
index 6d4d81d4edee09ae96d353859d1bae53fe58b4a4..233859e5ebf2f59aeb84f2fcf93d3f94c20cbcac 100644 |
--- a/chrome/browser/android/mojo/chrome_service_registrar_android.h |
+++ b/chrome/browser/android/mojo/chrome_interface_registrar_android.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_ANDROID_MOJO_CHROME_SERVICE_REGISTRAR_ANDROID_H_ |
-#define CHROME_BROWSER_ANDROID_MOJO_CHROME_SERVICE_REGISTRAR_ANDROID_H_ |
+#ifndef CHROME_BROWSER_ANDROID_MOJO_CHROME_INTERFACE_REGISTRAR_ANDROID_H_ |
+#define CHROME_BROWSER_ANDROID_MOJO_CHROME_INTERFACE_REGISTRAR_ANDROID_H_ |
#include <jni.h> |
@@ -15,16 +15,16 @@ namespace shell { |
class InterfaceRegistry; |
} |
-class ChromeServiceRegistrarAndroid { |
+class ChromeInterfaceRegistrarAndroid { |
public: |
static bool Register(JNIEnv* env); |
- static void RegisterRenderFrameMojoInterfaces( |
+ static void ExposeInterfacesToFrame( |
shell::InterfaceRegistry* registry, |
content::RenderFrameHost* render_frame_host); |
private: |
- ChromeServiceRegistrarAndroid() {} |
- ~ChromeServiceRegistrarAndroid() {} |
+ ChromeInterfaceRegistrarAndroid() {} |
+ ~ChromeInterfaceRegistrarAndroid() {} |
}; |
-#endif // CHROME_BROWSER_ANDROID_MOJO_CHROME_SERVICE_REGISTRAR_ANDROID_H_ |
+#endif // CHROME_BROWSER_ANDROID_MOJO_CHROME_INTERFACE_REGISTRAR_ANDROID_H_ |