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

Unified Diff: chrome/browser/ui/webui/extensions/extension_error_handler.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 years, 3 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: chrome/browser/ui/webui/extensions/extension_error_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/extension_error_handler.cc b/chrome/browser/ui/webui/extensions/extension_error_handler.cc
index f89feb4bdcf84f3d004c0a3fa069b2a3e39fe0d7..c537365bfe2e4c8aeec496527c3c3cd789b4239b 100644
--- a/chrome/browser/ui/webui/extensions/extension_error_handler.cc
+++ b/chrome/browser/ui/webui/extensions/extension_error_handler.cc
@@ -26,17 +26,10 @@
namespace extensions {
-namespace {
-
// Keys for objects passed to and from extension error UI.
-const char kFileTypeKey[] = "fileType";
-const char kManifestFileType[] = "manifest";
const char kPathSuffixKey[] = "pathSuffix";
-const char kSourceFileType[] = "source";
const char kTitleKey[] = "title";
-} // namespace
-
ExtensionErrorHandler::ExtensionErrorHandler(Profile* profile)
: profile_(profile) {
}

Powered by Google App Engine
This is Rietveld 408576698