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

Unified Diff: chrome/common/extensions/extension_set.h

Issue 8542001: Insert default stylesheet for platform apps. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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
Index: chrome/common/extensions/extension_set.h
diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
index 36fd6dabaade61f418927512729a9251c4805c5e..7a36a126f81d96e6e691f572fba0d5979bd1a1a6 100644
--- a/chrome/common/extensions/extension_set.h
+++ b/chrome/common/extensions/extension_set.h
@@ -43,6 +43,9 @@ class ExtensionSet {
// Removes the specified extension.
void Remove(const std::string& id);
+ // Empties the set.
+ void Clear();
+
// Returns the extension ID that the given URL is a part of, or empty if
// none. This includes web URLs that are part of an extension's web extent.
std::string GetIdByURL(const GURL& url) const;

Powered by Google App Engine
This is Rietveld 408576698