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

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

Issue 1308363003: Revert of jni_generator: Make all object-returning natives return ScopedJavaLocalRef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/android/profiles/profile_downloader_android.cc ('k') | chrome/browser/android/tab_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_state.h
diff --git a/chrome/browser/android/tab_state.h b/chrome/browser/android/tab_state.h
index 2b0182a5dba914b583761146c7af5057caad2cd7..3f5f7361724556890b7f8c3dc0b13cdd122dd76d 100644
--- a/chrome/browser/android/tab_state.h
+++ b/chrome/browser/android/tab_state.h
@@ -51,12 +51,12 @@
bool initially_hidden);
// Restores a WebContents from the passed in state.
- static base::android::ScopedJavaLocalRef<jobject>
- RestoreContentsFromByteBuffer(JNIEnv* env,
- jclass clazz,
- jobject state,
- jint saved_state_version,
- jboolean initially_hidden);
+ static jobject RestoreContentsFromByteBuffer(
+ JNIEnv* env,
+ jclass clazz,
+ jobject state,
+ jint saved_state_version,
+ jboolean initially_hidden);
// Synthesizes a stub, single-navigation state for a tab that will be loaded
// lazily.
« no previous file with comments | « chrome/browser/android/profiles/profile_downloader_android.cc ('k') | chrome/browser/android/tab_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698