| Index: android_webview/native/aw_settings.h
|
| diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
|
| index 7075c160a758654fce991ae7fe181e52d32fe12f..632862eb3768ccf2c1ab639e80a72e04c107b431 100644
|
| --- a/android_webview/native/aw_settings.h
|
| +++ b/android_webview/native/aw_settings.h
|
| @@ -28,6 +28,7 @@ class AwSettings : public content::WebContentsObserver {
|
| // Called from Java. Methods with "Locked" suffix require that the settings
|
| // access lock is held during their execution.
|
| void Destroy(JNIEnv* env, jobject obj);
|
| + void PopulateWebPreferencesLocked(JNIEnv* env, jobject obj, jlong web_prefs);
|
| void ResetScrollAndScaleState(JNIEnv* env, jobject obj);
|
| void UpdateEverythingLocked(JNIEnv* env, jobject obj);
|
| void UpdateInitialPageScaleLocked(JNIEnv* env, jobject obj);
|
|
|