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

Unified Diff: remoting/client/ios/host_preferences_persistence_chromium.mm

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 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 | « remoting/client/ios/host_preferences_persistence.h ('k') | remoting/client/ios/key_input.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/host_preferences_persistence_chromium.mm
diff --git a/remoting/client/ios/host_preferences_persistence_chromium.mm b/remoting/client/ios/host_preferences_persistence_chromium.mm
deleted file mode 100644
index fee56097b7f1711ce98b46e7e5a40fb833a2dece..0000000000000000000000000000000000000000
--- a/remoting/client/ios/host_preferences_persistence_chromium.mm
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2017 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.
-
-#import "remoting/client/ios/host_preferences_persistence.h"
-
-#import "base/logging.h"
-
-namespace remoting {
-namespace ios {
-
-// TODO(nicholss): It might be useful to save |data| in a static variable,
-// which is then returned from ReadHostPreferencesFromKeychain(). This would
-// allow to test pairing, even though the pairing info is not persisted when
-// the app is restarted.
-
-NSError* WriteHostPreferencesToKeychain(NSData* data) {
- NOTIMPLEMENTED();
- return nil;
-}
-
-NSData* ReadHostPreferencesFromKeychain() {
- NOTIMPLEMENTED();
- return nil;
-}
-
-} // namespace ios
-} // namespace remoting
« no previous file with comments | « remoting/client/ios/host_preferences_persistence.h ('k') | remoting/client/ios/key_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698