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

Unified Diff: chrome/browser/plugins/plugin_info_message_filter.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Mac fixes Created 3 years, 10 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/plugins/plugin_info_message_filter.cc
diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc
index 75a6fda631f1af6039c7497e1a373a58c04e412c..bd6ce1523d6fc3b968da0ccfab95e8d2a88bb570 100644
--- a/chrome/browser/plugins/plugin_info_message_filter.cc
+++ b/chrome/browser/plugins/plugin_info_message_filter.cc
@@ -123,7 +123,7 @@ void ReportMetrics(const std::string& mime_type,
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 ||

Powered by Google App Engine
This is Rietveld 408576698