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

Side by Side Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 165382: Merge 22284 - Refactoring of master preferences parsing before adding a new p... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/installer/setup/install.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/common/temp_scaffolding_stubs.cc:r69-2775
Merged /trunk/src/chrome/common/temp_scaffolding_stubs.cc:r22284
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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/common/temp_scaffolding_stubs.h" 5 #include "chrome/common/temp_scaffolding_stubs.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #include <vector> 9 #include <vector>
10 10
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 NOTIMPLEMENTED(); 138 NOTIMPLEMENTED();
139 } 139 }
140 #endif // defined(OS_MACOSX) 140 #endif // defined(OS_MACOSX)
141 141
142 //-------------------------------------------------------------------------- 142 //--------------------------------------------------------------------------
143 143
144 144
145 // static 145 // static
146 bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir, 146 bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
147 const FilePath& master_prefs_path, 147 const FilePath& master_prefs_path,
148 int* preference_details, 148 std::vector<std::wstring>* new_tabs,
149 std::vector<std::wstring>* new_tabs) { 149 int* ping_delay) {
150 // http://code.google.com/p/chromium/issues/detail?id=11971 150 // http://code.google.com/p/chromium/issues/detail?id=11971
151 // Pretend we processed them correctly. 151 // Pretend we processed them correctly.
152 return true; 152 return true;
153 } 153 }
154 154
155 // static 155 // static
156 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) { 156 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
157 // http://code.google.com/p/chromium/issues/detail?id=11971 157 // http://code.google.com/p/chromium/issues/detail?id=11971
158 return 0; 158 return 0;
159 } 159 }
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 Handler* handler) { 411 Handler* handler) {
412 NOTIMPLEMENTED(); 412 NOTIMPLEMENTED();
413 } 413 }
414 414
415 void BookmarkManager::SelectInTree(Profile* profile, const BookmarkNode* node) { 415 void BookmarkManager::SelectInTree(Profile* profile, const BookmarkNode* node) {
416 } 416 }
417 void BookmarkManager::Show(Profile* profile) { 417 void BookmarkManager::Show(Profile* profile) {
418 } 418 }
419 419
420 #endif 420 #endif
OLDNEW
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/installer/setup/install.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698