| 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 bbce0942241a030dc05f9a0ea2b9c01602da8e14..a366cfb77e0e70464edb2b86130af7890e22e1be 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.h
|
| +++ b/content/browser/android/web_contents_observer_proxy.h
|
| @@ -73,6 +73,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
|
| NavigationController::ReloadType reload_type) override;
|
| void MediaSessionStateChanged(bool is_controllable,
|
| bool is_suspended) override;
|
| + void SetToBaseURLForDataURLIfNeeded(std::string* url);
|
|
|
| void DidFailLoadInternal(bool is_provisional_load,
|
| bool is_main_frame,
|
|
|