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

Unified Diff: chrome/browser/android/preferences/website_preference_bridge.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Update new uses post-rebase Created 3 years, 4 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 | « no previous file | chrome/browser/budget_service/budget_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/website_preference_bridge.cc
diff --git a/chrome/browser/android/preferences/website_preference_bridge.cc b/chrome/browser/android/preferences/website_preference_bridge.cc
index a749350e0626c5be0fe7399b0f899aa6779f0207..359bec67bffb70f3c97306680f78f845a75b4696 100644
--- a/chrome/browser/android/preferences/website_preference_bridge.cc
+++ b/chrome/browser/android/preferences/website_preference_bridge.cc
@@ -186,7 +186,7 @@ void GetOrigins(JNIEnv* env,
GetActiveUserProfile(false /* is_incognito */));
if (search_helper) {
const url::Origin& dse_origin = search_helper->GetDSEOriginIfEnabled();
- if (!dse_origin.unique()) {
+ if (!dse_origin.opaque()) {
std::string dse_origin_string = dse_origin.Serialize();
if (!base::ContainsValue(seen_origins, dse_origin_string)) {
seen_origins.push_back(dse_origin_string);
« no previous file with comments | « no previous file | chrome/browser/budget_service/budget_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698