Rename `url::Origin::unique` -> `opaque`.

De-confuse the terminology.

Bug: None
TBR: avi, caitkp, rdevlin.cronin, eugenebut, dalecurtis, mmenke, jsbell, foolip, tsepez, dcheng
Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_mojo
Change-Id: I47f32cdd2e937c0f0014a4813a4ddfd74b049d73
Reviewed-on: https://chromium-review.googlesource.com/1247227
Commit-Queue: Chris Palmer <[email protected]>
Reviewed-by: Philip Jägenstedt <[email protected]>
Reviewed-by: Joshua Bell <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Dale Curtis <[email protected]>
Reviewed-by: Devlin <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Reviewed-by: Matt Menke <[email protected]>
Cr-Commit-Position: refs/heads/master@{#595174}
diff --git a/chrome/browser/plugins/plugin_info_host_impl.cc b/chrome/browser/plugins/plugin_info_host_impl.cc
index a19f5d4f..989d5d0 100644
--- a/chrome/browser/plugins/plugin_info_host_impl.cc
+++ b/chrome/browser/plugins/plugin_info_host_impl.cc
@@ -479,7 +479,7 @@
       g_browser_process->rappor_service();
   if (!rappor_service)
     return;
-  if (main_frame_origin.unique())
+  if (main_frame_origin.opaque())
     return;
 
   if (mime_type != content::kFlashPluginSwfMimeType &&