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

Side by Side Diff: chrome/browser/sql_init_error_message_ids.h

Issue 2225333003: Recreate the WebData database on a catastrophic SQL error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shess' comments Created 4 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
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
Lei Zhang 2016/08/19 18:15:02 Is there no appropriate chrome/browser/foo sub-dir
afakhry 2016/08/19 20:07:50 Couldn't find any suitable one. :(
afakhry 2016/08/20 00:54:11 Any suggestions though?
Lei Zhang 2016/08/20 01:17:52 c/b/profiles maybe?
afakhry 2016/08/20 02:00:02 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_SQL_INIT_ERROR_MESSAGE_IDS_H_
6 #define CHROME_BROWSER_SQL_INIT_ERROR_MESSAGE_IDS_H_
7
8 #include "sql/init_status.h"
9
10 // Gets the ID of the localized error message that will be shown in the profile
11 // error dialog which corresponds to the SQL initialization |status|.
12 int SqlInitStatusToMessageId(sql::InitStatus status);
13
14 #endif // CHROME_BROWSER_SQL_INIT_ERROR_MESSAGE_IDS_H_
OLDNEW
« no previous file with comments | « chrome/browser/history/chrome_history_client.cc ('k') | chrome/browser/sql_init_error_message_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698