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

Side by Side Diff: chrome/browser/extensions/extensions_startup.cc

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 #include "chrome/browser/extensions/extensions_startup.h" 5 #include "chrome/browser/extensions/extensions_startup.h"
6 6
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "base/stringprintf.h" 8 #include "base/stringprintf.h"
9 #include "base/utf_string_conversions.h" 9 #include "base/utf_string_conversions.h"
10 #include "chrome/browser/extensions/extensions_service.h" 10 #include "chrome/browser/extensions/extensions_service.h"
11 #include "chrome/browser/extensions/pack_extension_job.h" 11 #include "chrome/browser/extensions/pack_extension_job.h"
12 #include "chrome/browser/profile.h" 12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/common/chrome_switches.h" 13 #include "chrome/common/chrome_switches.h"
14 14
15 #if defined(OS_WIN) 15 #if defined(OS_WIN)
16 #include "app/win_util.h" 16 #include "app/win_util.h"
17 #endif 17 #endif
18 18
19 namespace extensions_startup { 19 namespace extensions_startup {
20 20
21 class PackExtensionLogger : public PackExtensionJob::Client { 21 class PackExtensionLogger : public PackExtensionJob::Client {
22 public: 22 public:
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 extension_id)) { 114 extension_id)) {
115 return true; 115 return true;
116 } 116 }
117 } 117 }
118 } 118 }
119 119
120 return false; 120 return false;
121 } 121 }
122 122
123 } // namespace extensions_startup 123 } // namespace extensions_startup
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extensions_service.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698