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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 57923009: Move ExtensionProcessManager to src/extensions, part 3 - remove Browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 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/browser/ui/views/extensions/extension_dialog.h
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h
index 1f02a69b58268b207fdab63c01494ef455767992..626a8713062ba17364353f58bbdce184c66f030d 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog.h
+++ b/chrome/browser/ui/views/extensions/extension_dialog.h
@@ -101,9 +101,6 @@ class ExtensionDialog : public views::DialogDelegate,
const string16& title,
ExtensionDialogObserver* observer);
- static extensions::ExtensionHost* CreateExtensionHost(const GURL& url,
- Profile* profile);
-
void InitWindow(ui::BaseWindow* base_window, int width, int height);
// Window Title

Powered by Google App Engine
This is Rietveld 408576698