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

Unified Diff: chrome/test/testing_profile.h

Issue 17281: This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. (Closed)
Patch Set: Fix indent Created 11 years, 11 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
« no previous file with comments | « chrome/renderer/renderer.vcproj ('k') | chrome/test/unit/unit_tests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index c99b51ca2c3a3c495e272e788b53c9e425b1b600..37e6c170eb84e2eccded9a32346fd40658db91ca 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -70,7 +70,7 @@ class TestingProfile : public Profile {
virtual ExtensionsService* GetExtensionsService() {
return NULL;
}
- virtual GreasemonkeyMaster* GetGreasemonkeyMaster() {
+ virtual UserScriptMaster* GetUserScriptMaster() {
return NULL;
}
virtual HistoryService* GetHistoryService(ServiceAccessType access) {
« no previous file with comments | « chrome/renderer/renderer.vcproj ('k') | chrome/test/unit/unit_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698