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

Side by Side Diff: chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h

Issue 12303030: Merge 182576 to M26 beta branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 10 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_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTILS_H _ 5 #ifndef CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTILS_H _
6 #define CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTILS_H _ 6 #define CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTILS_H _
7 7
8 #include "chrome/browser/extensions/extension_install_prompt.h" 8 #include "chrome/browser/extensions/extension_install_prompt.h"
9 9
10 namespace chrome { 10 namespace chrome {
(...skipping 22 matching lines...) Expand all
33 // Loads the install prompt test extension. 33 // Loads the install prompt test extension.
34 scoped_refptr<extensions::Extension> LoadInstallPromptExtension(); 34 scoped_refptr<extensions::Extension> LoadInstallPromptExtension();
35 35
36 // Loads the icon for the install prompt extension. 36 // Loads the icon for the install prompt extension.
37 gfx::Image LoadInstallPromptIcon(); 37 gfx::Image LoadInstallPromptIcon();
38 38
39 // Builds a prompt using the given extension. 39 // Builds a prompt using the given extension.
40 ExtensionInstallPrompt::Prompt BuildExtensionInstallPrompt( 40 ExtensionInstallPrompt::Prompt BuildExtensionInstallPrompt(
41 extensions::Extension* extension); 41 extensions::Extension* extension);
42 42
43 ExtensionInstallPrompt::Prompt BuildExtensionPostInstallPermissionsPrompt(
44 extensions::Extension* extension);
45
43 } // namespace chrome 46 } // namespace chrome
44 47
45 #endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTIL S_H_ 48 #endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_EXTENSION_INSTALL_PROMPT_TEST_UTIL S_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698