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

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: Final rebase to ToT before hitting the CQ. Created 9 years, 1 month 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 4cbb46c83e45e3478e4531d2bd744aaa2d3452e7..0fa54a2db1e748f79c620498c76db48c04db40bc 100644
--- a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
@@ -82,9 +82,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