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

Unified Diff: chromeos/ime/ibus_bridge.cc

Issue 12221045: Calling IBusBridge::Initialize/Shutdown function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing CHECK, IBusBridge::Get is also used for availability check. Created 7 years, 10 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 | « chromeos/ime/ibus_bridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ibus_bridge.cc
diff --git a/chromeos/ime/ibus_bridge.cc b/chromeos/ime/ibus_bridge.cc
index 52b54233c417fc21f98ca9a2717c1b36034c20ae..691ff89db39dcfda9f894e1c9dd5fff06a89bce1 100644
--- a/chromeos/ime/ibus_bridge.cc
+++ b/chromeos/ime/ibus_bridge.cc
@@ -99,8 +99,6 @@ void IBusBridge::Shutdown() {
// static.
IBusBridge* IBusBridge::Get() {
- CHECK(g_ibus_bridge)
- << "IBusBrige::Get() called before Initialized() or after Shutdown().";
return g_ibus_bridge;
}
« no previous file with comments | « chromeos/ime/ibus_bridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698