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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index cafd5fb1b2964d862eae6d26c0735df0b64b8602..79846e228b4c15e448aaf6ae67f65f75258dabf0 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1108,8 +1108,9 @@ void BrowserView::ShowCreateWebAppShortcutsDialog(
browser::ShowCreateWebAppShortcutsDialog(GetNativeHandle(), tab_contents);
}
-void BrowserView::ShowCreateChromeAppShortcutsDialog(Profile* profile,
- const Extension* app) {
+void BrowserView::ShowCreateChromeAppShortcutsDialog(
+ Profile* profile,
+ const extensions::Extension* app) {
browser::ShowCreateChromeAppShortcutsDialog(GetNativeHandle(), profile, app);
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/infobars/extension_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698