Commit 33614675 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Chromium LUCI CQ

[ios] Remove unused constant

Bug: none
Change-Id: I07c797cab7f97428ea17ec30fe33aa9739553d99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632945
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844753}
parent 232168db
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
@class SessionIOS; @class SessionIOS;
@class SessionIOSFactory; @class SessionIOSFactory;
namespace session_constants {
NSString* const kSessionsDirectory = @"Sessions";
}
// A singleton service for saving the current session. Can either save on a // A singleton service for saving the current session. Can either save on a
// delay or immediately. Saving is always performed on a separate thread. // delay or immediately. Saving is always performed on a separate thread.
@interface SessionServiceIOS : NSObject @interface SessionServiceIOS : NSObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment