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

Unified Diff: chrome/browser/web_applications/web_app.cc

Issue 14579006: Start app shim when app launched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 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
Index: chrome/browser/web_applications/web_app.cc
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
index a70399b17c9b2dd94cf2066b3689ab473c47478c..225ac2896b106dc35e24b70e8560dcfcd1e8ae5d 100644
--- a/chrome/browser/web_applications/web_app.cc
+++ b/chrome/browser/web_applications/web_app.cc
@@ -235,4 +235,9 @@ string16 GetAppShortcutsSubdirName() {
return l10n_util::GetStringUTF16(IDS_APP_SHORTCUTS_SUBDIR_NAME);
}
+#if !defined(OS_MACOSX)
+void MaybeLaunchShortcut(Profile* profile,
+ const extensions::Extension* extension) {}
+#endif
+
} // namespace web_app

Powered by Google App Engine
This is Rietveld 408576698