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

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

Issue 23636002: Fixed how Apps Developer Tools is enabled/disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
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_TEST_EXTENSION_SERVICE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SERVICE_H_
6 #define CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SERVICE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SERVICE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 virtual base::SequencedTaskRunner* GetFileTaskRunner() OVERRIDE; 70 virtual base::SequencedTaskRunner* GetFileTaskRunner() OVERRIDE;
71 71
72 virtual void AddExtension(const extensions::Extension* extension) OVERRIDE; 72 virtual void AddExtension(const extensions::Extension* extension) OVERRIDE;
73 virtual void AddComponentExtension( 73 virtual void AddComponentExtension(
74 const extensions::Extension* extension) OVERRIDE; 74 const extensions::Extension* extension) OVERRIDE;
75 75
76 virtual void UnloadExtension( 76 virtual void UnloadExtension(
77 const std::string& extension_id, 77 const std::string& extension_id,
78 extension_misc::UnloadedExtensionReason reason) OVERRIDE; 78 extension_misc::UnloadedExtensionReason reason) OVERRIDE;
79 virtual void RemoveComponentExtension(const std::string & extension_id)
80 OVERRIDE;
79 81
80 virtual void SyncExtensionChangeIfNeeded( 82 virtual void SyncExtensionChangeIfNeeded(
81 const extensions::Extension& extension) OVERRIDE; 83 const extensions::Extension& extension) OVERRIDE;
82 }; 84 };
83 85
84 #endif // CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SERVICE_H_ 86 #endif // CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/install_tracker.cc ('k') | chrome/browser/extensions/test_extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698