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

Side by Side Diff: apps/app_shim/extension_app_shim_handler_mac.cc

Issue 27207003: Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move native_app_window.h to ui Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "apps/app_shim/extension_app_shim_handler_mac.h" 5 #include "apps/app_shim/extension_app_shim_handler_mac.h"
6 6
7 #include "apps/app_lifetime_monitor_factory.h" 7 #include "apps/app_lifetime_monitor_factory.h"
8 #include "apps/app_shim/app_shim_host_manager_mac.h" 8 #include "apps/app_shim/app_shim_host_manager_mac.h"
9 #include "apps/app_shim/app_shim_messages.h" 9 #include "apps/app_shim/app_shim_messages.h"
10 #include "apps/launcher.h" 10 #include "apps/launcher.h"
11 #include "apps/native_app_window.h"
12 #include "apps/shell_window.h" 11 #include "apps/shell_window.h"
13 #include "apps/shell_window_registry.h" 12 #include "apps/shell_window_registry.h"
13 #include "apps/ui/native_app_window.h"
14 #include "base/files/file_path.h" 14 #include "base/files/file_path.h"
15 #include "base/logging.h" 15 #include "base/logging.h"
16 #include "chrome/browser/browser_process.h" 16 #include "chrome/browser/browser_process.h"
17 #include "chrome/browser/chrome_notification_types.h" 17 #include "chrome/browser/chrome_notification_types.h"
18 #include "chrome/browser/extensions/extension_host.h" 18 #include "chrome/browser/extensions/extension_host.h"
19 #include "chrome/browser/extensions/extension_service.h" 19 #include "chrome/browser/extensions/extension_service.h"
20 #include "chrome/browser/extensions/extension_system.h" 20 #include "chrome/browser/extensions/extension_system.h"
21 #include "chrome/browser/lifetime/application_lifetime.h" 21 #include "chrome/browser/lifetime/application_lifetime.h"
22 #include "chrome/browser/profiles/profile.h" 22 #include "chrome/browser/profiles/profile.h"
23 #include "chrome/browser/profiles/profile_manager.h" 23 #include "chrome/browser/profiles/profile_manager.h"
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 if (!browser_opened_ever_ && hosts_.empty()) 464 if (!browser_opened_ever_ && hosts_.empty())
465 delegate_->MaybeTerminate(); 465 delegate_->MaybeTerminate();
466 } 466 }
467 467
468 void ExtensionAppShimHandler::OnAppStop(Profile* profile, 468 void ExtensionAppShimHandler::OnAppStop(Profile* profile,
469 const std::string& app_id) {} 469 const std::string& app_id) {}
470 470
471 void ExtensionAppShimHandler::OnChromeTerminating() {} 471 void ExtensionAppShimHandler::OnChromeTerminating() {}
472 472
473 } // namespace apps 473 } // namespace apps
OLDNEW
« no previous file with comments | « no previous file | apps/app_window_contents.cc » ('j') | chrome/browser/ui/views/apps/native_app_window_views.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698