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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog_android.cc

Issue 2352123002: Revert of Removing TODO for It2Me Confirmation Dialog (Closed)
Patch Set: Created 4 years, 3 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 | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_confirmation_dialog_android.cc
diff --git a/remoting/host/it2me/it2me_confirmation_dialog_android.cc b/remoting/host/it2me/it2me_confirmation_dialog_android.cc
new file mode 100644
index 0000000000000000000000000000000000000000..fba9a043a3dfbb9298656000af0bdc85f612a4cb
--- /dev/null
+++ b/remoting/host/it2me/it2me_confirmation_dialog_android.cc
@@ -0,0 +1,14 @@
+// Copyright 2016 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 "remoting/host/it2me/it2me_confirmation_dialog.h"
+
+namespace remoting {
+
+std::unique_ptr<It2MeConfirmationDialog>
+It2MeConfirmationDialogFactory::Create() {
+ return nullptr;
+}
+
+} // namespace remoting
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698