Index: ui/base/resource/resource_bundle.h |
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h |
index e739262ea70c0d4308aab403443574001f631fc1..a56c31f4a03a79d4294bc1f65e91006549d81909 100644 |
--- a/ui/base/resource/resource_bundle.h |
+++ b/ui/base/resource/resource_bundle.h |
@@ -104,6 +104,9 @@ class UI_EXPORT ResourceBundle { |
// Delete the ResourceBundle for this process if it exists. |
static void CleanupSharedInstance(); |
+ // Returns true after the global resource loader instance has been created. |
+ static bool HasSharedInstance(); |
+ |
// Return the global resource loader instance. |
static ResourceBundle& GetSharedInstance(); |