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

Unified Diff: extensions/common/manifest_handlers/plugins_handler.h

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: rebase? Created 3 years, 8 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
Index: extensions/common/manifest_handlers/plugins_handler.h
diff --git a/chrome/common/extensions/api/plugins/plugins_handler.h b/extensions/common/manifest_handlers/plugins_handler.h
similarity index 83%
rename from chrome/common/extensions/api/plugins/plugins_handler.h
rename to extensions/common/manifest_handlers/plugins_handler.h
index 6568b38fc13c8269935373cafed44a801b4acbf7..c2a58009622722d3bc60b2b780a0b3f31016c298 100644
--- a/chrome/common/extensions/api/plugins/plugins_handler.h
+++ b/extensions/common/manifest_handlers/plugins_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_API_PLUGINS_PLUGINS_HANDLER_H_
-#define CHROME_COMMON_EXTENSIONS_API_PLUGINS_PLUGINS_HANDLER_H_
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_PLUGINS_HANDLER_H_
+#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_PLUGINS_HANDLER_H_
#include <memory>
#include <string>
@@ -22,7 +22,7 @@ struct PluginInfo {
~PluginInfo();
base::FilePath path; // Path to the plugin.
- bool is_public; // False if only this extension can load this plugin.
+ bool is_public; // False if only this extension can load this plugin.
// Return the plugins for a given |extensions|, or NULL if none exist.
static const PluginVector* GetPlugins(const Extension* extension);
@@ -50,4 +50,4 @@ class PluginsHandler : public ManifestHandler {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_API_PLUGINS_PLUGINS_HANDLER_H_
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_PLUGINS_HANDLER_H_
« no previous file with comments | « extensions/common/common_manifest_handlers.cc ('k') | extensions/common/manifest_handlers/plugins_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698