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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.h

Issue 1601323002: Use GetLastCommittedOrigin instead of GetLastCommittedURL in bluetooth chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use GetLastCommittedOrigin instead of GetLastCommittedURL Created 4 years, 11 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: chrome/browser/android/tab_web_contents_delegate_android.h
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
index 47b4234eb98d783532bdd02672f3d02905ccfbb7..d9647c7500400bdbf533a7f28a5f8c2993c36a08 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.h
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h
@@ -45,7 +45,7 @@ class TabWebContentsDelegateAndroid
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
content::WebContents* web_contents,
const content::BluetoothChooser::EventHandler& event_handler,
- const GURL& origin) override;
+ const url::Origin& origin) override;
void CloseContents(content::WebContents* web_contents) override;
bool ShouldFocusLocationBarByDefault(content::WebContents* source) override;
blink::WebDisplayMode GetDisplayMode(

Powered by Google App Engine
This is Rietveld 408576698