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

Side by Side Diff: chrome/common/chrome_paths_android.cc

Issue 10905209: Revert "Revert 155950 - Add initial Chromium TestShell support for Android" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add launcher property to apk manifest Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_android_paks.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_paths_internal.h" 5 #include "chrome/common/chrome_paths_internal.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/path_service.h" 9 #include "base/path_service.h"
10 10
(...skipping 25 matching lines...) Expand all
36 bool GetUserPicturesDirectory(FilePath* result) { 36 bool GetUserPicturesDirectory(FilePath* result) {
37 NOTIMPLEMENTED(); 37 NOTIMPLEMENTED();
38 return false; 38 return false;
39 } 39 }
40 40
41 bool GetUserDesktop(FilePath* result) { 41 bool GetUserDesktop(FilePath* result) {
42 NOTIMPLEMENTED() << "Android doesn't support GetUserDesktop"; 42 NOTIMPLEMENTED() << "Android doesn't support GetUserDesktop";
43 return false; 43 return false;
44 } 44 }
45 45
46 bool ProcessNeedsProfileDir(const std::string& process_type) {
47 return true;
48 }
49
46 } // namespace chrome 50 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/chrome_android_paks.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698