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

Unified Diff: content/browser/android/load_url_params.h

Issue 10823207: Consolidate ContentViewCore::Load* functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@cleanup_load
Patch Set: Split up nativeLoadUrl parameters and get rid of most of jni code. Moved android_load_url_params. 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
Index: content/browser/android/load_url_params.h
diff --git a/content/app/android/content_main.h b/content/browser/android/load_url_params.h
similarity index 57%
copy from content/app/android/content_main.h
copy to content/browser/android/load_url_params.h
index 682f5bb1f3f695292d609166d336a6d1946d2bef..00548d2284c0c99a2db38f25bc1a5acbc31cfe26 100644
--- a/content/app/android/content_main.h
+++ b/content/browser/android/load_url_params.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_APP_ANDROID_CONTENT_MAIN_H_
-#define CONTENT_APP_ANDROID_CONTENT_MAIN_H_
+#ifndef CONTENT_BROWSER_LOAD_URL_PARAMS_H_
+#define CONTENT_BROWSER_LOAD_URL_PARAMS_H_
#include <jni.h>
namespace content {
-bool RegisterContentMain(JNIEnv* env);
+bool RegisterLoadUrlParams(JNIEnv* env);
} // namespace content
-#endif // CONTENT_APP_ANDROID_CONTENT_MAIN_H_
+#endif // CONTENT_BROWSER_LOAD_URL_PARAMS_H_

Powered by Google App Engine
This is Rietveld 408576698