Index: chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_stub.cc |
diff --git a/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_stub.cc b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_stub.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e821431e03835f73ee1f54aa50c4ac09f4ddb420 |
--- /dev/null |
+++ b/chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_stub.cc |
@@ -0,0 +1,29 @@ |
+// Copyright 2012 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/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util.h" |
+ |
+#include "base/ios/device_util.h" |
+#include "base/sys_string_conversions.h" |
+#include "chrome/common/chrome_version_info.h" |
+ |
+namespace chrome_to_mobile_receive { |
+ |
+std::string GenerateProxyIdValue() { |
+ return std::string(); |
+} |
+ |
+std::string GenreatePrinterName() { |
+ return std::string(); |
+} |
+ |
+std::string GeneratePrinterDescription() { |
+ return std::string(); |
+} |
+ |
+std::string GeneratePrinterType() { |
+ return std::string(); |
+} |
+ |
+} // namespace chrome_to_mobile_receive |