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

Unified Diff: chrome/browser/ui/webui/chromeos/login/base_webui_handler.h

Issue 2820203002: cros Revert DCHECKs added in crbug.com/699798. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/base_webui_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/base_webui_handler.h b/chrome/browser/ui/webui/chromeos/login/base_webui_handler.h
index 9d8c121ff71232b9de124f037a1318f8bcf74d5a..e0d3f57c8697df7d33b385c4a91412ea5a02ad6d 100644
--- a/chrome/browser/ui/webui/chromeos/login/base_webui_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/base_webui_handler.h
@@ -225,12 +225,6 @@ class BaseWebUIHandler : public content::WebUIMessageHandler,
void SetBaseScreen(BaseScreen* base_screen);
- // Returns true if JS side has sent a screenStateInitialize event.
- // TODO(jdufault): Remove after resolving crbug.com/699798
- bool is_js_initialized_and_ready() const {
- return js_calls_container_->is_initialized();
- }
-
private:
// Calls Javascript method.
//
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698