| 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 1005a68497edf81c556c7437ec39bf239657caf4..d37f718c64d04b712c337a247731ebeb23681c3a 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.h
|
| +++ b/content/browser/android/web_contents_observer_proxy.h
|
| @@ -84,6 +84,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);
|
| };
|
|
|