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

Unified Diff: chrome/browser/extensions/blacklist_state.h

Issue 98463005: Enable/disable extensions upon changes in blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/browser/extensions/blacklist.h ('k') | chrome/browser/extensions/blacklist_state_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/blacklist_state.h
diff --git a/chrome/browser/extensions/blacklist_state.h b/chrome/browser/extensions/blacklist_state.h
deleted file mode 100644
index f02c835f1b61a8b45e6da6d2c9761d006ab01532..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/blacklist_state.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 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.
-
-#ifndef CHROME_BROWSER_EXTENSIONS_BLACKLIST_STATE_H_
-#define CHROME_BROWSER_EXTENSIONS_BLACKLIST_STATE_H_
-
-namespace extensions {
-
-// The numeric values here match the values of the respective enum in
-// ClientCRXListInfoResponse proto.
-enum BlacklistState {
- NOT_BLACKLISTED = 0,
- BLACKLISTED_MALWARE = 1,
- BLACKLISTED_SECURITY_VULNERABILITY = 2,
- BLACKLISTED_CWS_POLICY_VIOLATION = 3,
- BLACKLISTED_POTENTIALLY_UNWANTED = 4,
- BLACKLISTED_UNKNOWN // Used when we couldn't connect to server,
- // e.g. when offline.
-};
-
-} // namespace extensions
-
-#endif // CHROME_BROWSER_EXTENSIONS_BLACKLIST_STATE_H_
« no previous file with comments | « chrome/browser/extensions/blacklist.h ('k') | chrome/browser/extensions/blacklist_state_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698