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

Unified Diff: chrome/browser/extensions/extension_service.cc

Issue 6250198: More out-of-lining of test code, along with a bunch of GMOCK objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really fix the gyp files this time Created 9 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
Index: chrome/browser/extensions/extension_service.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index bebee433ed5b701bd795f7593fbf4176f33c373f..9d918128153776e5714468f03f56c4547ca28a44 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -1244,6 +1244,10 @@ void ExtensionService::UpdateExtensionBlacklist(
}
}
+Profile* ExtensionService::profile() {
+ return profile_;
+}
+
void ExtensionService::DestroyingProfile() {
if (updater_.get()) {
updater_->Stop();

Powered by Google App Engine
This is Rietveld 408576698