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

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

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.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 46cae335639372ae68f6cd673f3c6aa9ea4cc744..3048fe4387962baaa34422f1647f24659ac21b45 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -377,7 +377,7 @@ class ExtensionService
return show_extensions_prompts_;
}
- Profile* profile() { return profile_; }
+ virtual Profile* profile();
// Profile calls this when it is being destroyed so that we know not to call
// it.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/test/testing_browser_process.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698