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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h

Issue 1928493002: Use url::Origin to represent security origins in MediaStream-related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamTrackSourcesRequest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h b/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
index 9eda45ba2e002364d83812c2e5050f7a4570f4f4..43517754d1ba68fc9386b4f5ae0cabf9b90323ec 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
@@ -29,7 +29,7 @@
#include "WebCommon.h"
#include "WebNonCopyable.h"
#include "WebPrivatePtr.h"
-#include "WebString.h"
+#include "WebSecurityOrigin.h"
#include "WebVector.h"
namespace blink {
@@ -54,7 +54,7 @@ public:
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
- BLINK_PLATFORM_EXPORT WebString origin() const;
+ BLINK_PLATFORM_EXPORT WebSecurityOrigin origin() const;
BLINK_PLATFORM_EXPORT void requestSucceeded(const WebVector<WebSourceInfo>&) const;
#if INSIDE_BLINK
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamTrackSourcesRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698