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

Unified Diff: mojo/services/public/interfaces/profile/profile_service.mojom

Issue 474563004: Profile mojom: change some fields to nullable according to documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete the file as suggested Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/profile/profile_service.mojom
diff --git a/mojo/services/public/interfaces/profile/profile_service.mojom b/mojo/services/public/interfaces/profile/profile_service.mojom
deleted file mode 100644
index d50883855d360ffe023bb3ebdf41d108d0e55576..0000000000000000000000000000000000000000
--- a/mojo/services/public/interfaces/profile/profile_service.mojom
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 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.
-
-module mojo {
-
-// Provides access to system information.
-interface ProfileService {
-
- enum PathKey {
- DIR_TEMP // temporary directory
- };
-
- // Returns a path to a special directory or file. If you ask for a directory
- // it is guaranteed to NOT have a path separator at the end. For example,
- // "c:\windows\temp" Returns |null| if the directory of path doesn't exist.
- // On windows and Mac OS X and Chrome OS, path will be utf-8 encoded, on all
- // other platform, the encoding is not specified and may depend on the file
- // system.
- GetPath(PathKey key) => (string path);
-};
-
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698