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

Side by Side Diff: chrome/browser/extensions/platform_app_launcher.h

Issue 10698144: Remove #pragma once from chrome/browser/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 (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_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_
6 #define CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_
7 #pragma once
8 7
9 class CommandLine; 8 class CommandLine;
10 class Profile; 9 class Profile;
11 10
12 namespace webkit_glue { 11 namespace webkit_glue {
13 struct WebIntentData; 12 struct WebIntentData;
14 } 13 }
15 14
16 namespace extensions { 15 namespace extensions {
17 16
(...skipping 10 matching lines...) Expand all
28 // appropriate launch data for the |web_intent_data| field present. |extension| 27 // appropriate launch data for the |web_intent_data| field present. |extension|
29 // and |profile| must not be NULL. 28 // and |profile| must not be NULL.
30 void LaunchPlatformAppWithWebIntent( 29 void LaunchPlatformAppWithWebIntent(
31 Profile* profile, 30 Profile* profile,
32 const Extension* extension, 31 const Extension* extension,
33 const webkit_glue::WebIntentData& web_intent_data); 32 const webkit_glue::WebIntentData& web_intent_data);
34 33
35 } // namespace extensions 34 } // namespace extensions
36 35
37 #endif // CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_ 36 #endif // CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/platform_app_browsertest_util.h ('k') | chrome/browser/extensions/process_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698