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

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

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix. Created 5 years, 11 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/chrome_browser_operations.cc ('k') | chrome/installer/util/eula_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/eula_util.h
diff --git a/chrome/installer/util/eula_util.h b/chrome/installer/util/eula_util.h
deleted file mode 100644
index 7888c09b3ac57a1aa166e3f9ff75127a3ee04d72..0000000000000000000000000000000000000000
--- a/chrome/installer/util/eula_util.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (c) 2013 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 contains helper functions to read the Chrome EULA.
-
-#ifndef CHROME_INSTALLER_UTIL_EULA_UTIL_H_
-#define CHROME_INSTALLER_UTIL_EULA_UTIL_H_
-
-namespace installer {
-
-enum EULAAcceptanceResponse{
- QUERY_EULA_FAIL = -1,
- QUERY_EULA_NOT_ACCEPTED = 0,
- QUERY_EULA_ACCEPTED = 1,
-};
-
-// Performs a comprehensive test on EULA acceptance in Chrome.
-// This is mostly intended for system-level Chrome, although it also supports
-// user-level Chrome (should return QUERY_EULA_ACCEPTED).
-EULAAcceptanceResponse IsEULAAccepted(bool system_level);
-
-} // namespace installer
-
-#endif // CHROME_INSTALLER_UTIL_EULA_UTIL_H_
« no previous file with comments | « chrome/installer/util/chrome_browser_operations.cc ('k') | chrome/installer/util/eula_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698