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

Unified Diff: chrome/browser/sessions/restore_on_startup_policy_handler.h

Issue 1312693005: Remove migration of obsolete value for "session.restore_on_startup". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url-to-restore-on-startup
Patch Set: Rebase Created 5 years 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/sessions/restore_on_startup_policy_handler.h
diff --git a/chrome/browser/sessions/restore_on_startup_policy_handler.h b/chrome/browser/sessions/restore_on_startup_policy_handler.h
index 3fea8069bdd3d1126dfeb8f85dd9c57cbfe3eded..adde95bfcd90298637fe8faef9b3df58bb70d01b 100644
--- a/chrome/browser/sessions/restore_on_startup_policy_handler.h
+++ b/chrome/browser/sessions/restore_on_startup_policy_handler.h
@@ -27,9 +27,6 @@ class RestoreOnStartupPolicyHandler : public TypeCheckingPolicyHandler {
PrefValueMap* prefs) override;
private:
- void ApplyPolicySettingsFromHomePage(const PolicyMap& policies,
- PrefValueMap* prefs);
-
DISALLOW_COPY_AND_ASSIGN(RestoreOnStartupPolicyHandler);
};

Powered by Google App Engine
This is Rietveld 408576698