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

Side by Side Diff: chrome/browser/rlz/rlz_extension_api.h

Issue 8374025: Move RLZ extension API to rlz directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: header again Created 9 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 (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_EXTENSION_RLZ_MODULE_H__ 5 #ifndef CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__ 6 #define CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 #if defined(OS_WIN) 11 #if defined(OS_WIN)
12 12
13 #include "chrome/browser/extensions/extension_function.h" 13 #include "chrome/browser/extensions/extension_function.h"
14 14
15 class RlzRecordProductEventFunction : public SyncExtensionFunction { 15 class RlzRecordProductEventFunction : public SyncExtensionFunction {
16 virtual bool RunImpl(); 16 virtual bool RunImpl();
(...skipping 12 matching lines...) Expand all
29 virtual bool RunImpl(); 29 virtual bool RunImpl();
30 }; 30 };
31 31
32 class RlzClearProductStateFunction : public SyncExtensionFunction { 32 class RlzClearProductStateFunction : public SyncExtensionFunction {
33 virtual bool RunImpl(); 33 virtual bool RunImpl();
34 DECLARE_EXTENSION_FUNCTION_NAME("experimental.rlz.clearProductState") 34 DECLARE_EXTENSION_FUNCTION_NAME("experimental.rlz.clearProductState")
35 }; 35 };
36 36
37 #endif // defined(OS_WIN) 37 #endif // defined(OS_WIN)
38 38
39 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_RLZ_MODULE_H__ 39 #endif // CHROME_BROWSER_RLZ_RLZ_EXTENSION_API_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_rlz_module.cc ('k') | chrome/browser/rlz/rlz_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698