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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaked some comments after self-review. Created 8 years, 5 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 67d9d5d6cdcf4c73f3d898b1eba4c88ae47070c2..e766c5cb4370b22bc2814704abfde8e5ebba38bc 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -354,6 +354,7 @@ ProfileIOData::GetIsolatedAppRequestContext(
}
ExtensionInfoMap* ProfileIOData::GetExtensionInfoMap() const {
+ DCHECK(extension_info_map_) << "ExtensionSystem not initialized";
return extension_info_map_;
}

Powered by Google App Engine
This is Rietveld 408576698