diff options
author | sanjeevr@google.com <sanjeevr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 02:03:48 +0000 |
---|---|---|
committer | sanjeevr@google.com <sanjeevr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 02:03:48 +0000 |
commit | 1bd056e69770a53c2778c46918e42e2b8eed6de3 (patch) | |
tree | 4534fd75545de891c0a1a3ce549f1ade764e877a /chrome/test/testing_profile.h | |
parent | 4d19b9e62e2e7ce6eff44e3d37617159361b8050 (diff) | |
download | chromium_src-1bd056e69770a53c2778c46918e42e2b8eed6de3.zip chromium_src-1bd056e69770a53c2778c46918e42e2b8eed6de3.tar.gz chromium_src-1bd056e69770a53c2778c46918e42e2b8eed6de3.tar.bz2 |
First cut of Cloud Print Proxy implementation. The code is not enabled for now. Soon the cloud print proxy code will move from the browser process to a background process called the service process.
BUG=None
TEST=None for now
Review URL: http://codereview.chromium.org/1566047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 814d8b9..b4e97d5 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -255,6 +255,7 @@ class TestingProfile : public Profile { // Creates and initializes a profile sync service if the tests require one. virtual ProfileSyncService* GetProfileSyncService(); + virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; } protected: // The path of the profile; the various database and other files are relative |