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

Side by Side Diff: chrome/browser/shell_integration_linux.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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
« no previous file with comments | « chrome/browser/shell_integration.cc ('k') | chrome/browser/shell_integration_linux.cc » ('j') | 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 #ifndef CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_ 5 #ifndef CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_
6 #define CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_ 6 #define CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
12 #include "chrome/browser/web_applications/web_app.h" 11 #include "chrome/browser/web_applications/web_app.h"
13 #include "url/gurl.h" 12 #include "url/gurl.h"
14 13
15 namespace base { 14 namespace base {
16 class CommandLine; 15 class CommandLine;
17 class Environment; 16 class Environment;
18 } 17 }
19 18
20 namespace shell_integration_linux { 19 namespace shell_integration_linux {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 void DeleteDesktopShortcuts(const base::FilePath& profile_path, 130 void DeleteDesktopShortcuts(const base::FilePath& profile_path,
132 const std::string& extension_id); 131 const std::string& extension_id);
133 132
134 // Delete any desktop shortcuts on desktop or in the application menu that have 133 // Delete any desktop shortcuts on desktop or in the application menu that have
135 // for the profile in |profile_path|. 134 // for the profile in |profile_path|.
136 void DeleteAllDesktopShortcuts(const base::FilePath& profile_path); 135 void DeleteAllDesktopShortcuts(const base::FilePath& profile_path);
137 136
138 } // namespace shell_integration_linux 137 } // namespace shell_integration_linux
139 138
140 #endif // CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_ 139 #endif // CHROME_BROWSER_SHELL_INTEGRATION_LINUX_H_
OLDNEW
« no previous file with comments | « chrome/browser/shell_integration.cc ('k') | chrome/browser/shell_integration_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698