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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.cc

Issue 2001009: Created a new process type called the service process to host background task... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/service/cloud_print/cloud_print_proxy.h ('k') | chrome/service/gaia/service_gaia_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_proxy.cc
===================================================================
--- chrome/service/cloud_print/cloud_print_proxy.cc (revision 0)
+++ chrome/service/cloud_print/cloud_print_proxy.cc (revision 0)
@@ -0,0 +1,32 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/service/cloud_print/cloud_print_proxy.h"
+
+CloudPrintProxy::CloudPrintProxy() {
+}
+
+CloudPrintProxy::~CloudPrintProxy() {
+ Shutdown();
+}
+
+void CloudPrintProxy::Initialize() {
+}
+
+
+void CloudPrintProxy::EnableForUser(const std::string& lsid,
+ const std::string& proxy_id) {
+}
+
+void CloudPrintProxy::DisableForUser() {
+ Shutdown();
+}
+
+void CloudPrintProxy::HandlePrinterNotification(
+ const std::string& printer_id) {
+}
+
+void CloudPrintProxy::Shutdown() {
+}
+
Property changes on: chrome\service\cloud_print\cloud_print_proxy.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy.h ('k') | chrome/service/gaia/service_gaia_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698