| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/ui/browser_otr_state.h" | 5 #include "chrome/browser/ui/browser_dialogs.h" |
| 6 | |
| 7 #include "chrome/browser/ui/browser_list.h" | |
| 8 | 6 |
| 9 namespace chrome { | 7 namespace chrome { |
| 10 | 8 |
| 11 bool IsOffTheRecordSessionActive() { | 9 void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window, |
| 12 return BrowserList::IsOffTheRecordSessionActive(); | 10 content::WebContents* web_contents) { |
| 13 } | 11 } |
| 14 | 12 |
| 15 } // namespace chrome | 13 } // namespace chrome |
| OLD | NEW |