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

Unified Diff: ui/base/ui_base_paths.h

Issue 537063002: Eliminate silently letting errors pass on pak loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one last time Created 6 years, 2 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: ui/base/ui_base_paths.h
diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h
index cf5e0041e6f8740f7f0083c6a3a6968674d8efda..0b5f1ecd943b4ed0c8dc7daeb4a5e3675d74069d 100644
--- a/ui/base/ui_base_paths.h
+++ b/ui/base/ui_base_paths.h
@@ -30,7 +30,8 @@ enum {
PATH_END
};
-// Call once to register the provider for the path keys defined above.
+// Call to register the provider for the path keys defined above. It is safe to
+// call this multiple times.
UI_BASE_EXPORT void RegisterPathProvider();
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698