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

Unified Diff: chrome/browser/ui/webui/options/chromeos/about_page_handler.cc

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT and cleaned up some tests. Created 9 years, 2 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/ui/webui/options/chromeos/about_page_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
index cfe9738bde6792c4934261cf5942b3dd6334f526..c9de82cb2304fd5cfb88241845f0a9132d48e27c 100644
--- a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
@@ -80,9 +80,7 @@ class AboutPageHandler::UpdateObserver
};
AboutPageHandler::AboutPageHandler()
- : CrosOptionsPageUIHandler(
- new UserCrosSettingsProvider),
- progress_(-1),
+ : progress_(-1),
sticky_(false),
started_(false)
{}

Powered by Google App Engine
This is Rietveld 408576698