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

Side by Side Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 15239002: Move Extension and PermissionsData to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 #ifndef CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "apps/metrics_names.h" 11 #include "apps/metrics_names.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/prefs/pref_change_registrar.h" 13 #include "base/prefs/pref_change_registrar.h"
14 #include "chrome/browser/extensions/extension_uninstall_dialog.h" 14 #include "chrome/browser/extensions/extension_uninstall_dialog.h"
15 #include "chrome/browser/favicon/favicon_service.h" 15 #include "chrome/browser/favicon/favicon_service.h"
16 #include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h" 16 #include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
17 #include "chrome/common/cancelable_task_tracker.h" 17 #include "chrome/common/cancelable_task_tracker.h"
18 #include "chrome/common/extensions/extension.h"
19 #include "chrome/common/extensions/extension_constants.h" 18 #include "chrome/common/extensions/extension_constants.h"
20 #include "content/public/browser/notification_observer.h" 19 #include "content/public/browser/notification_observer.h"
21 #include "content/public/browser/notification_registrar.h" 20 #include "content/public/browser/notification_registrar.h"
22 #include "content/public/browser/web_ui_message_handler.h" 21 #include "content/public/browser/web_ui_message_handler.h"
22 #include "extensions/common/extension.h"
23 #include "sync/api/string_ordinal.h" 23 #include "sync/api/string_ordinal.h"
24 24
25 class ExtensionEnableFlow; 25 class ExtensionEnableFlow;
26 class ExtensionService; 26 class ExtensionService;
27 class PrefChangeRegistrar; 27 class PrefChangeRegistrar;
28 class Profile; 28 class Profile;
29 29
30 namespace chrome { 30 namespace chrome {
31 struct FaviconImageResult; 31 struct FaviconImageResult;
32 } 32 }
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 // when the app is added to the page (via getAppsCallback or appAdded). 189 // when the app is added to the page (via getAppsCallback or appAdded).
190 std::string highlight_app_id_; 190 std::string highlight_app_id_;
191 191
192 // Used for favicon loading tasks. 192 // Used for favicon loading tasks.
193 CancelableTaskTracker cancelable_task_tracker_; 193 CancelableTaskTracker cancelable_task_tracker_;
194 194
195 DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler); 195 DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
196 }; 196 };
197 197
198 #endif // CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_ 198 #endif // CHROME_BROWSER_UI_WEBUI_NTP_APP_LAUNCHER_HANDLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698