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

Unified Diff: chrome/renderer/localized_error.h

Issue 6242010: Refactor away most of ExtensionRendererInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 9 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/renderer/extensions/extension_renderer_info_unittest.cc ('k') | chrome/renderer/localized_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/localized_error.h
diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h
index 1ea1c36974bc95f3832236dc484a9c1b1ca033ce..a5a36c1038bd996f4b022d95e7afd6f988f7dd69 100644
--- a/chrome/renderer/localized_error.h
+++ b/chrome/renderer/localized_error.h
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
class DictionaryValue;
-class ExtensionRendererInfo;
+class Extension;
class GURL;
namespace WebKit {
@@ -41,7 +41,7 @@ class LocalizedError {
// part of the app.
static void GetAppErrorStrings(const WebKit::WebURLError& error,
const GURL& display_url,
- const ExtensionRendererInfo* app,
+ const Extension* app,
DictionaryValue* error_strings);
static const char kHttpErrorDomain[];
« no previous file with comments | « chrome/renderer/extensions/extension_renderer_info_unittest.cc ('k') | chrome/renderer/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698