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

Unified Diff: chrome/browser/ui/webui/flags_ui.h

Issue 23532034: Postpone loading about:flags ui until the certificates have been loaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/flags_ui.h
diff --git a/chrome/browser/ui/webui/flags_ui.h b/chrome/browser/ui/webui/flags_ui.h
index 0e2f3fe3104a755608cdd3eabeacc3b75fcb8ea1..ba477b9ee109019e4a8222ec0675d62493349e27 100644
--- a/chrome/browser/ui/webui/flags_ui.h
+++ b/chrome/browser/ui/webui/flags_ui.h
@@ -37,16 +37,6 @@ class FlagsUI : public content::WebUIController {
#endif
private:
-#if defined(OS_CHROMEOS)
- // On ChromeOS verifying if the owner is signed in is async operation and only
- // after finishing it the UI can be properly populated. This function is the
- // callback for whether the owner is signed in. It will respectively pick the
- // proper PrefService for the flags interface.
- void FinishInitialization(
- Profile* profile,
- chromeos::DeviceSettingsService::OwnershipStatus status,
- bool current_user_is_owner);
-#endif
base::WeakPtrFactory<FlagsUI> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(FlagsUI);

Powered by Google App Engine
This is Rietveld 408576698