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

Unified Diff: content/browser/android/web_contents_observer_proxy.h

Issue 1799973002: Store and use last base URL between DidStart / DidStopLoading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 9 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698