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

Unified Diff: chrome/browser/extensions/tab_helper.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/extensions/tab_helper.cc
diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc
index cb3a2d096c6cf9dc82abae97219296633ab963aa..b81f48014df3787020513b83ad224cc262d84210 100644
--- a/chrome/browser/extensions/tab_helper.cc
+++ b/chrome/browser/extensions/tab_helper.cc
@@ -61,12 +61,6 @@ using content::WebContents;
DEFINE_WEB_CONTENTS_USER_DATA_KEY(extensions::TabHelper);
-namespace {
-
-const char kPermissionError[] = "permission_error";
-
-} // namespace
-
namespace extensions {
TabHelper::ScriptExecutionObserver::ScriptExecutionObserver(

Powered by Google App Engine
This is Rietveld 408576698