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

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: Fix #include. Fix #ifndef guard. Add java doc. 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 54%
copy from content/app/android/content_main.h
copy to content/browser/android/load_url_params.h
index 682f5bb1f3f695292d609166d336a6d1946d2bef..77a68f15637344f4054db4573bb9a679cc487aa8 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_ANDROID_LOAD_URL_PARAMS_H_
+#define CONTENT_BROWSER_ANDROID_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_ANDROID_LOAD_URL_PARAMS_H_

Powered by Google App Engine
This is Rietveld 408576698