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

Unified Diff: chrome/browser/ui/cocoa/create_application_shortcut_cocoa.cc

Issue 764753003: Enable streamlined-apps flag on Chrome for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/cocoa/create_application_shortcut_cocoa.cc
diff --git a/chrome/browser/ui/browser_otr_state.cc b/chrome/browser/ui/cocoa/create_application_shortcut_cocoa.cc
similarity index 53%
copy from chrome/browser/ui/browser_otr_state.cc
copy to chrome/browser/ui/cocoa/create_application_shortcut_cocoa.cc
index cacf406f982ad7e305345880aa83fb8f6b769102..4065bfd35f096afcf39f44c49f59bab1acb35c6e 100644
--- a/chrome/browser/ui/browser_otr_state.cc
+++ b/chrome/browser/ui/cocoa/create_application_shortcut_cocoa.cc
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/browser_otr_state.h"
-
-#include "chrome/browser/ui/browser_list.h"
+#include "chrome/browser/ui/browser_dialogs.h"
namespace chrome {
-bool IsOffTheRecordSessionActive() {
- return BrowserList::IsOffTheRecordSessionActive();
+void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
+ content::WebContents* web_contents) {
}
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698