| Index: content/browser/android/web_contents_observer_proxy.h
|
| diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
|
| index 23464053b2659f93e9f312c67240041c7977b9f8..e22edbbdf8452dbc097b4a3851faa13b46a466f4 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.h
|
| +++ b/content/browser/android/web_contents_observer_proxy.h
|
| @@ -83,6 +83,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
|
| bool was_ignored_by_handler);
|
|
|
| base::android::ScopedJavaGlobalRef<jobject> java_observer_;
|
| + GURL base_url_of_last_started_data_url_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsObserverProxy);
|
| };
|
|
|