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

Unified Diff: chrome/installer/util/module_util_win.h

Issue 2656443002: Use chrome::kChromeVersion in installer::GetModulePath(). (Closed)
Patch Set: rebase Created 3 years, 10 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 | « chrome/installer/util/BUILD.gn ('k') | chrome/installer/util/module_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/module_util_win.h
diff --git a/chrome/installer/util/module_util_win.h b/chrome/installer/util/module_util_win.h
deleted file mode 100644
index b7d712dca4554954fec325f45cca26ef68bd9aff..0000000000000000000000000000000000000000
--- a/chrome/installer/util/module_util_win.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2015 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.
-
-// This file defines a utility function to get the full path of a module.
-
-#ifndef CHROME_INSTALLER_UTIL_MODULE_UTIL_WIN_H_
-#define CHROME_INSTALLER_UTIL_MODULE_UTIL_WIN_H_
-
-#include "base/files/file_path.h"
-#include "base/strings/string_piece.h"
-
-namespace installer {
-
-// Returns the full path to |module_name|. Both dev builds (where |module_name|
-// is in the current executable's directory) and proper installs (where
-// |module_name| is in a versioned sub-directory of the current executable's
-// directory) are suported. The identified file is not guaranteed to exist.
-base::FilePath GetModulePath(base::StringPiece16 module_name);
-
-} // namespace installer
-
-#endif // CHROME_INSTALLER_UTIL_MODULE_UTIL_WIN_H_
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/installer/util/module_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698