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

Unified Diff: chrome/browser/sync/sessions/sessions_util.cc

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/sync/sessions/sessions_util.cc
diff --git a/chrome/browser/sync/sessions/sessions_util.cc b/chrome/browser/sync/sessions/sessions_util.cc
index ed0d3fc4b38a0790d1a0822e9febd4b6cdf16703..c8d7418f01cc6581d952838fe11326c5c62fce8e 100644
--- a/chrome/browser/sync/sessions/sessions_util.cc
+++ b/chrome/browser/sync/sessions/sessions_util.cc
@@ -21,7 +21,7 @@ bool ShouldSyncTab(const SyncedTabDelegate& tab) {
}
// Does the tab have a valid NavigationEntry?
- if (tab.ProfileIsManaged() && tab.GetBlockedNavigations()->size() > 0)
+ if (tab.ProfileIsSupervised() && tab.GetBlockedNavigations()->size() > 0)
return true;
int entry_count = tab.GetEntryCount();
« no previous file with comments | « chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc ('k') | chrome/browser/sync/startup_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698